PHP. Руководство по PHP. 2005
maxdb_rollback
maxdb_rollback
(PECL)maxdb_rollback
(no version information, might be only in CVS)maxdb->rollback -- Rolls back current transaction
Description
bool maxdb_rollback (resource link)class maxdb {
bool rollback (void)
}
Rollbacks the current transaction for the database specified by the link parameter.
Return values
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
See also
maxdb_commit() maxdb_autocommit()
Example
Пример 2. Procedural style
|
The above examples would produce the following output:
0 rows in table mycity. |
maxdb_report
maxdb_rpl_parse_enabled