|
event_buffer_newCreate new buffered event Description
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. Parameters
Return Values
event_buffer_new returns new buffered event resource
on success or |