PHP » GoLang |
login |
register |
about
|
maxdb_rollbackmaxdb::rollback(PECL maxdb >= 1.0) maxdb_rollback -- maxdb::rollback — Rolls 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
|
more
Recently updated
more
Most requested
more
Last requests
|