parent root
PHP: cubrid_set_query_timeout - Manual
PHP 7.2.23 Release Announcement

cubrid_set_query_timeout

(PECL CUBRID >= 8.4.1)

cubrid_set_query_timeoutSet the timeout time of query execution

Description

cubrid_set_query_timeout ( resource $req_identifier , int $timeout ) : bool

The cubrid_set_query_timeout() function is used to set the timeout time of query execution.

Parameters

req_identifier

Request identifier.

timeout

Timeout time, unit of msec.

Return Values

TRUE, when process is successful.

FALSE, when process is unsuccessful.

See Also

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root