|
maxdb_rollbackmaxdb::rollbackRolls back current transaction BeschreibungProzeduraler Stil
bool maxdb_rollback
( resource
$link
)Objektorientierter Stil
bool maxdb::rollback
( void
)
Rollbacks the current transaction for the database specified by the
Rückgabewerte
Gibt bei Erfolg BeispieleBeispiel #1 Objektorientierter Stil
<?phpBeispiel #2 Prozeduraler Stil
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: 0 rows in table mycity. 25 rows in table mycity (after rollback). Siehe auch
|