cubrid_get_query_timeout
PECL CUBRID >= 8.4.1
cubrid_get_query_timeout - Get the query timeout value of the request
Manual
cubrid_get_query_timeout(
resource$req_identifier ): int
The cubrid_get_query_timeout function is used to get the query timeout of the request.
Parameters
- req_identifier
Request identifier.
Return Values
Returns the query timeout value in milliseconds of the current request on success, or false on failure.