EventBuffer::readFrom

(PECL event >= 1.7.0)

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

Опис

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

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

Параметри

fd

Socket resource, stream, or numeric file descriptor.

howmuch

Maxmimum number of bytes to read.

Значення, що повертаються

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

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top