Swoole\Connection\Iterator::offsetSet

(PECL swoole >= 1.9.0)

Swoole\Connection\Iterator::offsetSet将连接分配到指定的偏移量。

说明

public Swoole\Connection\Iterator::offsetSet(int $offset, mixed $connection): void

将连接分配到指定的偏移量。

参数

offset

将连接分配到的偏移量。

connection

要设置的连接。

返回值

添加注释

用户贡献的注释

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