Search Results
Resets the prepared statement SQLite3Stmt::reset (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3Stmt::reset — Resets the prepared statement
Simple usage example of `SQLite3Stmt::reset ()`. The SQLite3Stmt::reset function is used to reset a prepared statement. It clears any bound parameters and resets the statement to its initial state, allowing it to be executed again with new parameters.
SQLite3Stmt::reset (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3Stmt::reset — Resets the prepared statement
SQLite3Stmt::reset (PHP 5 >= 5.3.0, PHP 7) SQLite3Stmt::reset — Resets the prepared statement Description public SQLite3Stmt::reset ( ) : bool Resets the prepared statement to its state prior to execution. All bindings remain intact after reset. Parameters This function has no parameters.
SQLite3Stmt::getSQL — Get the SQL of the statement SQLite3Stmt::paramCount — Returns the number of parameters within the prepared statement SQLite3Stmt::readOnly — Returns whether a statement is definitely read only SQLite3Stmt::reset — Resets the prepared statement
Réinitialise une requête préparée, de tel sorte à retrouver son état initial, avant exécution. Tous les marqueurs resteront intacts après cette opération.
The SQLite3Stmt class Introduction (PHP 5 >= 5.3.0, PHP 7, PHP 8) A class that handles prepared statements for the SQLite 3 extension.
