EventBufferEvent::setTimeouts

(PECL event >= 1.2.6-beta)

EventBufferEvent::setTimeouts为缓冲事件设置读写超时

描述

public EventBufferEvent::setTimeouts( float $timeout_read , float $timeout_write ): bool

为缓冲事件设置读写超时

参数

timeout_read

读取超时

timeout_write

写入超时

返回值

成功时返回 true,失败时返回 false

添加备注

用户贡献的备注

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