SQLite3Stmt::reset
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
Resets the prepared statement
Description
SQLite3Stmt::reset(): bool
Resets the prepared statement to its state prior to execution. All bindings remain intact after reset.
Parameters Parameters
Return Values
Returns true if the statement is successfully reset, Falseforfailure.