Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere PHP API » SQL Anywhere PHP API reference

 

sasql_disconnect

Prototype
bool sasql_disconnect( sasql_conn $conn )
Description

Closes a connection that has already been opened with sasql_connect.

Parameters

$conn   The connection resource returned by a connect function.

Returns

TRUE on success or FALSE on error.

Related functions