array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'sqlite3stmt.close.php', 1 => 'SQLite3Stmt::close', 2 => 'Closes the prepared statement', ), 'up' => array ( 0 => 'class.sqlite3stmt.php', 1 => 'SQLite3Stmt', ), 'prev' => array ( 0 => 'sqlite3stmt.clear.php', 1 => 'SQLite3Stmt::clear', ), 'next' => array ( 0 => 'sqlite3stmt.construct.php', 1 => 'SQLite3Stmt::__construct', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/sqlite3/sqlite3stmt/close.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::close — Closes the prepared statement
Closes the prepared statement.
Зауваження: Note that all SQLite3Results that have been retrieved by executing this statement will be invalidated when the statement is closed.
У цієї функції немає параметрів.
Завжди повертає true.
An Error is thrown if the method is called on an uninitialized object.