|
maxdb_rollbackmaxdb::rollbackRolls back current transaction DescriptionProcedural style
bool maxdb_rollback
( resource
$link
)Object oriented style
bool maxdb::rollback
( void
)
Rollbacks the current transaction for the database specified by the
Return Values
Returns ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: 0 rows in table mycity. 25 rows in table mycity (after rollback). See Also
|