mysqli::commit
mysqli_commit
(PHP 5, PHP 7, PHP 8)
mysqli::commit -- mysqli_commit — Commits the current transaction
Description
Object-oriented style
Procedural style
Commits the current transaction for the database connection.
Parameters
mysqlProcedural style only: A mysqli object returned by mysqli_connect() or mysqli_init()
flagsA bitmask of
MYSQLI_TRANS_COR_*constants.nameIf provided then
COMMIT/*name*/is executed.
Errors/Exceptions
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.
Changelog
| Version | Description |
|---|---|
| 8.0.0 | name is now nullable. |
Notes
Note:
This function does not work with non transactional table types (like MyISAM or ISAM).
See Also
- mysqli_autocommit() - Turns on or off auto-committing database modifications
- mysqli_begin_transaction() - Starts a transaction
- mysqli_rollback() - Rolls back current transaction
- mysqli_savepoint() - Set a named transaction savepoint
↑ and ↓ to navigate • Enter to select • Esc to close • / to open