cubrid_set_autocommit(3) php man page | unix.com

Man Page: cubrid_set_autocommit

Operating Environment: php

Section: 3

CUBRID_SET_AUTOCOMMIT(3)						 1						  CUBRID_SET_AUTOCOMMIT(3)

cubrid_set_autocommit - Set autocommit mode of the connection

SYNOPSIS
bool cubrid_set_autocommit (resource $conn_identifier, bool $mode)
DESCRIPTION
The 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.
PARAMETERS
o $conn_identifier -Connection identifier. o $mode -Auto-commit mode. The following constants can be used: o CUBRID_AUTOCOMMIT_FALSE o CUBRID_AUTOCOMMIT_TRUE
RETURN VALUES
TRUE, when process is successful. FALSE, when process is unsuccessful.
SEE ALSO
cubrid_get_autocommit(3), cubrid_commit(3). PHP Documentation Group CUBRID_SET_AUTOCOMMIT(3)
Related Man Pages
cubrid_client_encoding(3) - php
cubrid_commit(3) - php
cubrid_ping(3) - php
cubrid_set_db_parameter(3) - php
mysqli_autocommit(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update