(PHP 5, PHP 7, PHP 8)
mysqli::rollback -- mysqli_rollback — Rolls back current transaction
Stile orientato agli oggetti
Stile procedurale
Rollbacks the current transaction for the database.
link
Solo nello stile procedurale: un identificatore restituito da mysqli_connect() o mysqli_init()
flags
A bitmask of MYSQLI_TRANS_COR_*
constants.
name
If provided then ROLLBACK/*name*/
is executed.
If mysqli error reporting is enabled (MYSQLI_REPORT_ERROR
) and the requested operation fails,
a warning is generated. If, in addition, the mode is set to MYSQLI_REPORT_STRICT
,
a mysqli_sql_exception is thrown instead.
Versione | Descrizione |
---|---|
8.0.0 |
name is now nullable.
|
Nota:
This function does not work with non transactional table types (like MyISAM or ISAM).