ArrayIterator::offsetExists

(PHP 5, PHP 7, PHP 8)

ArrayIterator::offsetExistsCheck if offset exists

Descrição

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

Checks if the offset exists.

Aviso

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

Parâmetros

index

The offset being checked.

Valor Retornado

true if the offset exists, otherwise false

Veja Também

add a note add a note

User Contributed Notes

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