MysqlndUhPreparedStatement::executeExecutes a prepared Query Beschreibung
public bool MysqlndUhPreparedStatement::execute
( mysqlnd_prepared_statement
$statement
)Executes a prepared Query. Parameter-Liste
Rückgabewerte
Returns Beispiele
Beispiel #1 MysqlndUhPreparedStatement::execute example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: 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" Siehe auch
|