update : 2015.11.03
php.shukuma.com

검색:
 
 
Read data from a file onto the end of the buffer

EventBuffer::readFrom

(PECL event >= 1.7.0)

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

설명

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

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.

참고