PHP Conference Ehime 2026

SQLite3Stmt::explain

(PHP 8 >= 8.5.0)

SQLite3Stmt::explainReturns the explain mode of the statement

说明

public function SQLite3Stmt::explain(): int

Returns the explain mode currently set on the statement with SQLite3Stmt::setExplain().

参数

此函数没有参数。

返回值

Returns one of SQLite3Stmt::EXPLAIN_MODE_PREPARED, SQLite3Stmt::EXPLAIN_MODE_EXPLAIN, or SQLite3Stmt::EXPLAIN_MODE_EXPLAIN_QUERY_PLAN.

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top