EventBuffer::readFrom

EventBuffer::readFrom

(PECL event >= 1.7.0)

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

Description

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

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

Parameters

fd

Socket resource, stream, or numeric file descriptor.

howmuch

Maxmimum number of bytes to read.

Return Values

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

See Also

© 1997–2017 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://secure.php.net/manual/en/eventbuffer.readfrom.php

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部