Swoole\Connection\Iterator::offsetExists
PHP function
Edit on GitHub ✎
(PECL swoole >= 1.9.0)
Check if offset exists.
Description
Swoole\Connection\Iterator::offsetExists(int $index): bool
Check if offset exists.
Parameters
indexThe offset being checked.
Return Values
Returns TRUE if the offset exists, otherwise FALSE.