(PHP 8 >= 8.5.0)
SQLite3Stmt::explain — Returns the explain mode of the statement
Returns the explain mode currently set on the statement with SQLite3Stmt::setExplain().
Questa funzione non contiene parametri.
Returns one of SQLite3Stmt::EXPLAIN_MODE_PREPARED,
SQLite3Stmt::EXPLAIN_MODE_EXPLAIN, or
SQLite3Stmt::EXPLAIN_MODE_EXPLAIN_QUERY_PLAN.