EventBuffer::readFrom
PHP Manual
PHP Manual»EventBuffer»EventBuffer::readFrom

EventBuffer::readFrom

(PECL event >= 1.7.0)

EventBuffer::readFromRead data from a file onto the end of the buffer

Beschreibung

public function EventBuffer::read( mixed $fd , int $howmuch ): int

Read data from the file specified by fd onto the end of the buffer.

Parameter-Liste

fd

Socket resource, stream, or numeric file descriptor.

howmuch
Maximum number of bytes to read.

Rückgabewerte

Returns the number of bytes read, or false on failure.

Siehe auch

To Top