bool sqlanywhere_disconnect( resource link_identifier )
Closes a connection that has already been opened with sqlanywhere_connect.
link_identifier The link identifier returned by a sqlanywhere_connect function.
True on success or false on error.
This example closes the connection to a database.
sqlanywhere_disconnect( $conn );