Php/docs/swoole-connection-iterator.offsetexists

提供:Dev Guides
< Php
移動先:案内検索

Swoole\Connection\Iterator::offsetExists

(PECL swoole >= 1.9.0)

Swoole\Connection\Iterator::offsetExistsCheck if offet exists.


説明

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

Check if offset exists.


パラメータ

index
The offset being checked.


返り値

Returns TRUE if the offset exists, otherwise FALSE.