swoole_event_set

(PECL swoole >= 1.9.0)

swoole_event_set更新套接字的事件回调函数

说明

swoole_event_set(
    int $fd,
    callable $read_callback = ?,
    callable $write_callback = ?,
    int $events = 0
): bool

参数

fd

read_callback

write_callback

events

返回值

添加备注

用户贡献的注释

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