odbc_autocommit
(PHP 4, PHP 5, PHP 7, PHP 8)
odbc_autocommit — Toggle autocommit behaviour
Description
Toggles autocommit behaviour.
By default, auto-commit is on for a connection. Disabling auto-commit is equivalent with starting a transaction.
Parameters
odbcThe ODBC connection object, see odbc_connect() for details.
enableIf
enableistrue, auto-commit is enabled, if it isfalseauto-commit is disabled. Ifnullis passed, this function returns the auto-commit status forodbc.
Return Values
With a null enable parameter, this function returns auto-commit status for odbc. Non-zero is returned if auto-commit is on, 0 if it is off, or false if an error occurs.
If enable is non-null, this function returns true on success and false on failure.
Changelog
| Version | Description |
|---|---|
| 8.4.0 | odbc expects an Odbc\Connection instance now; previously, a resource was expected. |
| 8.3.0 | enable is now nullable. |
See Also
- odbc_commit() - Commit an ODBC transaction
- odbc_rollback() - Rollback a transaction
↑ and ↓ to navigate • Enter to select • Esc to close • / to open