ArrayIterator::offsetGet
(PHP 5 >= 5.0.0)
ArrayIterator::offsetGet — Get value for an offset
Descripción
Gets the value from the provided offset.
Warning
Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.
Parámetros
- index
-
The offset to get the value from.
Valores devueltos
The value at offset index.
Ver también
- ArrayIterator::offsetSet() - Set value for an offset
- ArrayIterator::offsetUnset() - Unset value for an offset
There are no user contributed notes for this page.
