event_buffer_new(3) php man page | unix.com

Man Page: event_buffer_new

Operating Environment: php

Section: 3

EVENT_BUFFER_NEW(3)							 1						       EVENT_BUFFER_NEW(3)

event_buffer_new - Create new buffered event

SYNOPSIS
resource event_buffer_new (resource $stream, mixed $readcb, mixed $writecb, mixed $errorcb, [mixed $arg])
DESCRIPTION
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
o $stream - Valid PHP stream resource. Must be castable to file descriptor. o $readcb - Callback to invoke where there is data to read, or NULL if no callback is desired. o $writecb - Callback to invoke where the descriptor is ready for writing, or NULL if no callback is desired. o $errorcb - Callback to invoke where there is an error on the descriptor, cannot be NULL. o $arg - An argument that will be passed to each of the callbacks (optional).
RETURN VALUES
event_buffer_new(3) returns new buffered event resource on success or FALSE on error. PHP Documentation Group EVENT_BUFFER_NEW(3)
Related Man Pages
eio_sendfile(3) - php
eio_fchmod(3) - php
eio_fchown(3) - php
eio_ftruncate(3) - php
eio_futime(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch