SQLite3Stmt::clear
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
SQLite3Stmt::clear — 現在バインドされているすべてのパラメータをクリアする
説明
現在バインドされているすべてのパラメータをクリアします。
(それらを null
に設定します)
警告
このメソッドは SQLite3Stmt::reset() と一緒に使う必要があります。
単独で使うと、
SQLite3Stmt::bindValue() や
SQLite3Stmt::bindParam() の呼び出しが無意味になり、
全てのバインドされたパラメータが null
になってしまいます。
パラメータ
この関数にはパラメータはありません。
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google