Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
bool sasql_stmt_reset( sasql_stmt $stmt )
この関数は、$stmt オブジェクトを記述直後の状態にリセットします。バインドされた変数はすべてバインドを解除され、sasql_stmt_send_long_data を使用して送信されたデータはすべて削除されます。
$stmt 文リソース。
成功した場合は TRUE、失敗した場合は FALSE。