PHP Conference Japan 2024

EventBufferEvent::writeBuffer

(PECL event >= 1.2.6-beta)

EventBufferEvent::writeBuffer将整个缓冲区的内容添加到缓冲区事件的输出缓冲区

描述

public EventBufferEvent::writeBuffer( EventBuffer $buf ): bool

将整个缓冲区的内容添加到缓冲区事件的输出缓冲区

参数

buf

EventBuffer 对象。

返回值

成功返回 true,失败返回 false

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top