ArrayIterator::offsetGet
(PHP 5 >= 5.0.0)
ArrayIterator::offsetGet — Get value for an offset
Descrição
Gets the value from the provided offset.
Warning
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
-
index -
The offset to get the value from.
Valor Retornado
The value at offset index.
Veja Também
- ArrayIterator::offsetSet() - Set value for an offset
- ArrayIterator::offsetUnset() - Unset value for an offset