(PECL event >= 1.2.6-beta)
Adds data to a buffer event's output buffer
public bool EventBufferEvent::write ( string $data )
Adds data
to a buffer event's output buffer
Parameters:
data
Data to be added to the underlying buffer.
Returns:
Returns TRUE
on success. Otherwise FALSE
.
See also:
Please login to continue.