MysqlndUhPreparedStatement::executeExecutes a prepared Query Description
public bool MysqlndUhPreparedStatement::execute
( mysqlnd_prepared_statement
$statement
)Executes a prepared Query. Parameters
Return Values
Returns Examples
Example #1 MysqlndUhPreparedStatement::execute example
<?php The above example will output: stmt_proxy::execute(resource(256) of type (Mysqlnd Prepared Statement (internal only - you must not modify it!)) ) stmt_proxy::execute returns true bool(true) string(8) "Labskaus" See Also
|