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 ПримерыПример #1 cubrid_get_query_timeout() example 
<?phpРезультат выполнения данного примера: int(5000) int(1000)  | 
||