ArrayIterator::offsetExists
(PHP 5 >= 5.0.0)
ArrayIterator::offsetExists — Check if offset exists
Descrição
public void ArrayIterator::offsetExists
( string
$index
)Checks if the offset exists.
Warning
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