EventBuffer::readFrom

(PECL event >= 1.7.0)

EventBuffer::readFrom — Lee datos desde un fichero y los coloca al final del bĂșfer

DescripciĂłn

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

Lee datos desde el fichero fd y los coloca al final del bĂșfer.

ParĂĄmetros

fd

Un socket, un flujo, o un descriptor de fichero numérico.

howmuch
NĂșmero mĂĄximo de bytes a leer.

Valores devueltos

Devuelve el nĂșmero de bytes leĂ­dos, o false si ocurre un error.

Véase también

add a note

User Contributed Notes

There are no user contributed notes for this page.