|
sqlanywhere_disconnect
Prototype
bool sqlanywhere_disconnect( resource link_identifier
)
Description
Closes a connection that has already been opened with sqlanywhere_connect.
Parameters
link_identifier The link identifier returned by a sqlanywhere_connect function.
Returns
True on success or false on error.
Example
This example closes the connection to an Adaptive Server Anywhere
database.
sqlanywhere_disconnect( $conn );
Related functions
sqlanywhere_connect
sqlanywhere_pconnect
|