Swoole\Connection\Iterator::offsetExists

(PECL swoole >= 1.9.0)

Swoole\Connection\Iterator::offsetExists检查偏移量是否存在。

描述

public Swoole\Connection\Iterator::offsetExists(int $index): bool

检查偏移量是否存在。

参数

index

要检查的偏移量。

返回值

如果偏移量存在,则返回 TRUE,否则返回 FALSE。

添加注释

用户贡献的注释

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