Swoole\Connection\Iterator::offsetExists

Check if offet exists.

説明

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

Check if offset exists.

パラメータ

index

The offset being checked.

戻り値

Returns TRUE if the offset exists, otherwise FALSE.