|
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. In CUBRID PHP, an auto-commit mode is disabled by default for transaction management. Список параметров
Возвращаемые значенияTRUE, when process is successful. FALSE, when process is unsuccessful. Смотрите также
|
|