downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

event_del> <event_buffer_watermark_set
[edit] Last updated: Fri, 17 May 2013

view this page in

event_buffer_write

(PECL libevent >= 0.0.1)

event_buffer_writeWrite data to a buffered event

Beschreibung

bool event_buffer_write ( resource $bevent , string $data [, int $data_size = -1 ] )

Writes data to the specified buffered event. The data is appended to the output buffer and written to the descriptor when it becomes available for writing.

Parameter-Liste

bevent

Valid buffered event resource.

data

The data to be written.

data_size

Optional size parameter. event_buffer_write() writes all the data by default.

Rückgabewerte

event_buffer_write() returns TRUE on success or FALSE on error.



add a note add a note User Contributed Notes event_buffer_write - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites