在线文档教程
PHP
事件 | Event

EventBufferEvent::write

EventBufferEvent::write

(PECL event >= 1.2.6-beta)

EventBufferEvent :: write - 将数据添加到缓冲区事件的输出缓冲区

描述

public bool EventBufferEvent::write ( string $data )

添加data到缓冲区事件的输出缓冲区

参数

data

要添加到底层缓冲区的数据。

返回值

TRUE成功返回。否则FALSE

也可以看看

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

← EventBufferEvent::sslSocket

EventBufferEvent::writeBuffer →