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

SQLite3Stmt::__construct

PHP function Edit on GitHub ✎

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

Constructs an SQLite3Stmt object

Description

SQLite3Stmt::__construct(SQLite3 $sqlite3, string $query)

SQLite3Stmt instances are created by SQLite3::prepare.

Parameters

sqlite3
query

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