PHP 8.3.4 Released!

cubrid_get_autocommit

(PECL CUBRID >= 8.4.0)

cubrid_get_autocommitGet auto-commit mode of the connection

Beschreibung

cubrid_get_autocommit(resource $conn_identifier): bool

The cubrid_get_autocommit() function is used to get the status of CUBRID database connection auto-commit mode.

For CUBRID 8.4.0, auto-commit mode is disabled by default for transaction management.

For CUBRID 8.4.1, auto-commit mode is enabled by default for transaction management.

Parameter-Liste

conn_identifier

Connection identifier.

Rückgabewerte

true, when auto-commit is on.

false, when auto-commit is off.

null on error.

Siehe auch

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top