PHP Conference Japan 2024

SQLite3Stmt::__construct

(無版本資訊,可能僅在 Git 中)

SQLite3Stmt::__construct建構 SQLite3Stmt 物件

說明

private SQLite3Stmt::__construct(SQLite3 $sqlite3, 字串 $query)

SQLite3Stmt 的實例是由 SQLite3::prepare() 建立的。

參數

sqlite3

查詢

新增註記

使用者貢獻的註記

此頁面沒有使用者貢獻的註記。
To Top