PHP 8.1.24 Released!

ArrayIterator::offsetExists

(PHP 5, PHP 7, PHP 8)

ArrayIterator::offsetExistsCheck if offset exists

Descrição

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

Checks if the offset exists.

Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

Parâmetros

key

The offset being checked.

Valor Retornado

true if the offset exists, otherwise false

Veja Também

add a note

User Contributed Notes

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