Swoole\Connection\Iterator::offsetExists

(PECL swoole >= 1.9.0)

Swoole\Connection\Iterator::offsetExistsVerifica se o deslocamento existe.

Descrição

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

Verifica se o deslocamento existe.

Parâmetros

index

O deslocamento sendo verificado.

Valor Retornado

Retorna TRUE se o deslocamento existir, caso contrário, FALSE.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top