PHP Conference Ehime 2026

SQLite3Stmt::explain

(PHP 8 >= 8.5.0)

SQLite3Stmt::explainReturns the explain mode of the statement

Descripción

public function SQLite3Stmt::explain(): int

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

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

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

Véase también

add a note

User Contributed Notes

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