event_buffer_timeout_set

(PECL libevent >= 0.0.1)
Set read and write timeouts for a buffered event
void event_buffer_timeout_set ( resource $bevent, int $read_timeout, int $write_timeout )

Sets the read and write timeouts for the specified buffered event.

Parameters:
bevent

Valid buffered event resource.

read_timeout

Read timeout (in seconds).

write_timeout

Write timeout (in seconds).

doc_php
2016-02-24 16:05:09
Comments
Leave a Comment

Please login to continue.