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

SQL Anywhere 11.0.1 (日本語) » SQL Anywhere サーバ - プログラミング » SQL Anywhere データ・アクセス API » SQL Anywhere PHP API » SQL Anywhere PHP API リファレンス

 

sasql_disconnect

プロトタイプ
bool sasql_disconnect( sasql_conn $conn )
説明

sasql_connect によってすでに開かれている接続を閉じます。

パラメータ

$conn   接続関数から返される接続リソース。

戻り値

成功の場合は TRUE、エラーの場合は FALSE。

関連する関数