(PHP 8 >= 8.5.0)
SQLite3Stmt::setExplain — Changes the explain mode of the statement
Changes the explain mode of the statement, so that it behaves as if its SQL
was prefixed with EXPLAIN or
EXPLAIN QUERY PLAN, or as an ordinary statement again.
A ValueError is thrown if mode
is not one of the SQLite3Stmt::EXPLAIN_MODE_* constants.