swoole_event_write

(PECL swoole >= 1.9.0)

swoole_event_write将数据写入套接字

描述

swoole_event_write(int $fd, string $data): bool

参数

fd

data

返回值

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

添加说明

用户贡献说明

此页面没有用户贡献说明。
To Top