JetBrains PHPverse 2026

SQLite3Stmt::__construct

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

SQLite3Stmt::__constructSQLite3Stmt オブジェクトを構築する

説明

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

SQLite3Stmt のインスタンスは、 SQLite3::prepare() によって作られます。

パラメータ

sqlite3

query

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top