PHP Conference Japan 2024

SQLite3Stmt::__construct

(无版本信息可用,可能仅在 Git 中)

SQLite3Stmt::__construct构造一个 SQLite3Stmt 对象

描述

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

SQLite3Stmt 实例由 SQLite3::prepare() 创建。

参数

sqlite3

query

添加注释

用户贡献注释

此页面没有用户贡献的注释。
To Top