EventBufferEvent::read
(PECL event >= 1.2.6-beta)
EventBufferEvent::read — Read buffer's data
Description
public
int
EventBufferEvent::read
(
string
&$data
,
int
$size
)
Removes up to
size
bytes from the input buffer, storing them into
data
.
Parameters
-
data -
Storage for the read data.
-
size -
Maximum numbe rof bytes to read
Return Values
Returns the number of bytes actually removed.
See Also
- EventBufferEvent::readBuffer() - Drains the entire contents of the input buffer and places them into buf
There are no user contributed notes for this page.
