array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), '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); ?>
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
SQLite3Stmt::reset — Resets the prepared statement
Resets the prepared statement to its state prior to execution. All bindings remain intact after reset.
此函数没有参数。