Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
mysqli_rollback
(PHP 5)
mysqli_rollback(no version information, might be only in CVS)
mysqli->rollback() -- Rolls back current transactionPopis
bool mysqli_rollback ( mysqli link )class mysqli {
bool rollback ( void )
}
Rollbacks the current transaction for the database.
Seznam parametrů
link
Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()
PÅ™Ãklady
PÅ™Ãklad 2. Procedural style
|
Výše uvedený pÅ™Ãklad vypÃÅ¡e:
0 rows in table myCity. 50 rows in table myCity (after rollback). |
PÅ™edcházejÃcà | Domů | Dalšà |
mysqli_report | Nahoru |