EventBufferEvent
PHP Manual

EventBufferEvent::read

(PECL event >= 1.2.6-beta)

EventBufferEvent::readRead buffer's data

説明

public int EventBufferEvent::read ( string &$data , int $size )

Removes up to size bytes from the input buffer, storing them into data .

パラメータ

data

Storage for the read data.

size

Maximum numbe rof bytes to read

返り値

Returns the number of bytes actually removed.

参考


EventBufferEvent
PHP Manual