ArrayIterator::offsetExists
(PHP 5 >= 5.1.0)
ArrayIterator::offsetExists — Check 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
ArrayIterator::offsetExists
There are no user contributed notes for this page.
