©
本文檔使用 php中文網手册 發布
(PECL CUBRID >= 8.4.0)
cubrid_get_autocommit — Get auto-commit mode of the connection
$conn_identifier
)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.
conn_identifier
Connection identifier.
TRUE
, when auto-commit is on.
FALSE
, when auto-commit is off.
NULL
on error.