略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: EventBuffer::read

2024-04-30

EventBuffer::read

(PECL event >= 1.6.0)

EventBuffer::readRead data from an evbuffer and drain the bytes read

说明

public EventBuffer::read( int $max_bytes ): string

Read the first max_bytes from the buffer and drain the bytes read. If more max_bytes are requested than are available in the buffer, it only extracts as many bytes as available.

参数

max_bytes

Maxmimum number of bytes to read from the buffer.

返回值

Returns string read, or false on failure.

更新日志

版本 说明
PECL event 1.6.0 Renamed EventBuffer::read()(the old method name) to EventBuffer::read(). EventBuffer::read() now takes only max_bytes argument; returns string instead of integer.

参见

add a noteadd a note

User Contributed Notes 1 note

up
0
reyad dot attiyat at gmail dot com
6 years ago
This function is actually called readFrom(int fd, int max_bytes)

官方地址:https://www.php.net/manual/en/eventbuffer.read.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3