PHP 8.5.0 Beta 3 available for testing

SQLite3Stmt::__construct

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

SQLite3Stmt::__construct β€” Construye un objeto SQLite3Stmt

DescripciΓ³n

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

Las instancias de SQLite3Stmt son creadas por SQLite3::prepare().

ParΓ‘metros

sqlite3

El objeto SQLite3 al que pertenece la consulta.

query

La consulta SQL a preparar.

οΌ‹add a note

User Contributed Notes

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