Php/docs/function.ingres-autocommit-state

来自菜鸟教程
跳转至:导航、​搜索

ingres_autocommit_state

(PECL ingres >= 2.0.0)

ingres_autocommit_stateTest if the connection is using autocommit


说明

ingres_autocommit_state ( resource $link ) : bool

ingres_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


参见