array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'sqlite3stmt.reset.php', 1 => 'SQLite3Stmt::reset', 2 => 'Resets the prepared statement', ), 'up' => array ( 0 => 'class.sqlite3stmt.php', 1 => 'SQLite3Stmt', ), 'prev' => array ( 0 => 'sqlite3stmt.readonly.php', 1 => 'SQLite3Stmt::readOnly', ), 'next' => array ( 0 => 'class.sqlite3result.php', 1 => 'SQLite3Result', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/sqlite3/sqlite3stmt/reset.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SQLite3Stmt::reset

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

SQLite3Stmt::resetResets the prepared statement

Опис

public SQLite3Stmt::reset(): bool

Resets the prepared statement to its state prior to execution. All bindings remain intact after reset.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns true if the statement is successfully reset, або false в разі помилки.