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_stmt_free_result

プロトタイプ
bool sasql_stmt_free_result( sasql_stmt $stmt )
説明

この関数は、キャッシュされた文の結果セットを解放します。

パラメータ

$stmt   sasql_stmt_execute を使用して実行された文リソース。

戻り値

成功した場合は TRUE、失敗した場合は FALSE。

関連する関数