Query: cubrid_set_autocommit
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CUBRID_SET_AUTOCOMMIT(3) 1 CUBRID_SET_AUTOCOMMIT(3) cubrid_set_autocommit - Set autocommit mode of the connectionSYNOPSISbool cubrid_set_autocommit (resource $conn_identifier, bool $mode)DESCRIPTIONThe cubrid_set_autocommit(3) function is used to set the CUBRID database auto-commit mode of the current database connection. In CUBRID PHP, auto-commit mode is disabled by default for transaction management. When auto-commit mode is truned from off to on, any pending work is automatically committed.PARAMETERSo $conn_identifier -Connection identifier. o $mode -Auto-commit mode. The following constants can be used: o CUBRID_AUTOCOMMIT_FALSE o CUBRID_AUTOCOMMIT_TRUERETURN VALUESTRUE, when process is successful. FALSE, when process is unsuccessful.SEE ALSOcubrid_get_autocommit(3), cubrid_commit(3). PHP Documentation Group CUBRID_SET_AUTOCOMMIT(3)