Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 18161 программист и 1604 робота. Сейчас ищут 1259 программистов ...
event_buffer_timeout_set - Set read and write timeouts for a buffered event
Вернуться к: Libevent Функции
event_buffer_timeout_set
(PECL libevent >= 0.0.1)
event_buffer_timeout_set — 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.
Список параметров
-
bevent
-
Valid buffered event resource.
-
read_timeout
-
Read timeout (in seconds).
-
write_timeout
-
Write timeout (in seconds).
Вернуться к: Libevent Функции