ArrayIterator::offsetExists
(PHP 5 >= 5.0.0)
ArrayIterator::offsetExists — Check if offset exists
Descripción
public void ArrayIterator::offsetExists
( string $index
)
Checks if the offset exists.
Warning
Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.
Parámetros
- index
-
The offset being checked.
Valores devueltos
TRUE if the offset exists, otherwise FALSE
There are no user contributed notes for this page.
