update : 2015.11.03
php.shukuma.com검색:
|
cubrid_get_query_timeout(PECL CUBRID >= 8.4.1) cubrid_get_query_timeout — Get the query timeout value of the request 설명
int cubrid_get_query_timeout
( resource
$req_identifier
)The cubrid_get_query_timeout() function is used to get the query timeout of the request. 인수
반환값Success: the query timeout value of the current request. Units of msec. Failure: FALSE 예제Example #1 cubrid_get_query_timeout() example
<?php 위 예제의 출력: int(5000) int(1000) |