PHP 8.4.1 Released!

SQLite3Stmt::__construct

(No version information available, might only be in Git)

SQLite3Stmt::__constructConstruit un objet SQLite3Stmt

Description

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

Les instances de SQLite3Stmt sont créées par SQLite3::prepare().

Liste de paramètres

sqlite3

query

add a note

User Contributed Notes

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