update : 2015.11.03
php.shukuma.com검색:
|
cubrid_get_autocommit(PECL CUBRID >= 8.4.0) cubrid_get_autocommit — Get auto-commit mode of the connection 설명
bool cubrid_get_autocommit
( resource
$conn_identifier
)The cubrid_get_autocommit() function is used to get the status of CUBRID database connection auto-commit mode. For CUBRID 8.4.0, auto-commit mode is disabled by default for transaction management. For CUBRID 8.4.1, auto-commit mode is enabled by default for transaction management. 인수
반환값
참고
|