Swoole\Connection\Iterator::offsetExists

(PECL swoole >= 1.9.0)

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

Açıklama

publicSwoole\Connection\Iterator::offsetExists(int$index): bool

Check if offset exists.

Bağımsız Değişkenler

index

The offset being checked.

Dönen Değerler

Returns TRUE if the offset exists, otherwise FALSE.

To Top