|
event_buffer_new(PECL libevent >= 0.0.1) event_buffer_new — Create new buffered event Описание
resource event_buffer_new
( resource $stream
, mixed $readcb
, mixed $writecb
, mixed $errorcb
[, mixed $arg
] )
Libevent provides an abstraction layer on top of the regular event API. Using buffered event you don't need to deal with the I/O manually, instead it provides input and output buffers that get filled and drained automatically. Список параметров
Возвращаемые значенияevent_buffer_new() returns new buffered event resource on success or FALSE on error. |
|