ArrayIterator
PHP Manual

ArrayIterator::offsetExists

(PHP 5 >= 5.0.0)

ArrayIterator::offsetExistsCheck if offset exists

Descrição

public void ArrayIterator::offsetExists ( string $index )

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


ArrayIterator
PHP Manual