在线文档教程
PHP
事件 | Event

EventBuffer::appendFrom

EventBuffer::appendFrom

(PECL event >= 1.6.0)

EventBuffer :: appendFrom - 将指定数量的字节从源缓冲区移动到当前缓冲区的末尾

描述

public int EventBuffer::appendFrom ( EventBuffer $buf , int $len )

将指定数量的字节从源缓冲区移动到当前缓冲区的末尾。如果字节数较少,则会移动源缓冲区中可用的所有字节。

参数

buf

源缓冲区。

len

返回值

返回读取的字节数。

更新日志

描述
1.6.0将EventBuffer :: appendFrom()(旧方法名称)重命名为EventBuffer :: appendFrom()。