PHP - Manual: ingres_autocommit_state
2024-11-15
(PECL ingres >= 2.0.0)
ingres_autocommit_state — Test if the connection is using autocommit
$link
) : boolingres_autocommit_state() is called to determine whether the current link has autocommit enabled or not.
link
The connection link identifier
Returns TRUE
if autocommit is enabled or FALSE
when autocommit is
disabled
官方地址:https://www.php.net/manual/en/function.ingres-autocommit-state.php