cubrid_set_query_timeout
(PECL CUBRID >= 8.4.1)
cubrid_set_query_timeout — Set the timeout time of query execution
Beschreibung
$req_identifier
, int $timeout
): boolThe cubrid_set_query_timeout() function is used to set the timeout time of query execution.
Parameter-Liste
-
req_identifier
-
Request identifier.
-
timeout
-
Timeout time in milliseconds.
Rückgabewerte
Gibt bei Erfolg true
zurück. Bei einem Fehler wird false
zurückgegeben.