update : 2015.11.03
php.shukuma.com

검색:
 
 
Test if the connection is using autocommit

ingres_autocommit_state

(PECL ingres >= 2.0.0)

ingres_autocommit_stateTest if the connection is using autocommit

설명

bool ingres_autocommit_state ( resource $link )

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

참고