ArrayIterator::offsetExists

(PHP 5, PHP 7, PHP 8)

ArrayIterator::offsetExistsCheck if offset exists

Опис

public ArrayIterator::offsetExists(mixed $key): bool

Checks if the offset exists.

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

key

The offset being checked.

Значення, що повертаються

true if the offset exists, otherwise false

Прогляньте також