EVENT_BUFFER_TIMEOUT_SET(3) 1 EVENT_BUFFER_TIMEOUT_SET(3)
event_buffer_timeout_set - Set read and write timeouts for a buffered event
SYNOPSIS
void event_buffer_timeout_set (resource $bevent, int $read_timeout, int $write_timeout)
DESCRIPTION
Sets the read and write timeouts for the specified buffered event.
PARAMETERS
o $bevent
- Valid buffered event resource.
o $read_timeout
- Read timeout (in seconds).
o $write_timeout
- Write timeout (in seconds).
PHP Documentation Group EVENT_BUFFER_TIMEOUT_SET(3)