bool sqlanywhere_disconnect( resource link_identifier )
This function is deprecated. You should use the following PHP function instead: sasql_disconnect.
Closes a connection that has already been opened with sqlanywhere_connect.
link_identifier The link identifier returned by the sqlanywhere_connect function.
TRUE on success or FALSE on error.
This example closes the connection to a database.
sqlanywhere_disconnect( $conn );