|
SQLite3Stmt::getSQLGet the SQL of the statement Description
public stringfalse SQLite3Stmt::getSQL(bool
$expand = false )
Retrieves the SQL of the prepared statement. If Parameters
Return Values
Returns the SQL of the prepared statement, or Errors/Exceptions
If ExamplesExample #1 Inspecting the expanded SQL
The above example will output something similar to: string(24) "SELECT 'foo', '42', NULL" |