php8.5
Home/ Manual/ sqlite3 / sqlite3stmt/ SQLite3Stmt::reset

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.

Source: reference/sqlite3/sqlite3stmt/reset.xml · from the official PHP manual (php/doc-en)