Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
cubrid_set_query_timeout
(PECL CUBRID >= 8.4.1)
cubrid_set_query_timeout — Set the timeout time of query execution
Описание
bool cubrid_set_autocommit ( resource $req_identifier , int $timeout )The cubrid_set_query_timeout() function is used to set the timeout time of query execution.
Список параметров
req_identifier -
Request identifier.
timeout -
Timeout time, unit of msec.
Возвращаемые значения
TRUE, when process is successful.
FALSE, when process is unsuccessful.
Смотрите также
- cubrid_get_query_timeout() - Get the query timeout value of the request
Описание на ru2.php.net
Описание на php.ru