MysqlndUhPreparedStatement::preparePrepare an SQL statement for execution Description
public bool MysqlndUhPreparedStatement::prepare
( mysqlnd_prepared_statement
$statement
, string $query
)Prepare an SQL statement for execution. Parameters
Return Values
Returns Examples
Example #1 MysqlndUhPreparedStatement::prepare example
<?php The above example will output: stmt_proxy::prepare(array ( 0 => NULL, 1 => 'SELECT \'Labskaus\' AS _msg FROM DUAL', )) stmt_proxy::prepare returns true bool(true) string(46) "No more you-know-what-I-mean for lunch, please" See Also
|