(PECL event >= 1.2.6-beta)
Set the read and write timeout for a buffer event
public bool EventBufferEvent::setTimeouts ( float $timeout_read , float $timeout_write )
Set the read and write timeout for a buffer event
Parameters:
timeout_read
Read timeout
timeout_write
Write timeout
Returns:
Returns TRUE
on success. Otherwise FALSE
.
Please login to continue.