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 ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |