Swoole\Connection\Iterator::offsetExists

Check if offset exists.

Description

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

Check if offset exists.

Parameters

index

The offset being checked.

Return Values

Returns TRUE if the offset exists, otherwise FALSE.