(PHP 5, PHP 7)
ArrayIterator::offsetGet — Get value for an offset
public ArrayIterator::offsetGet ( mixed $index ) : mixed
$index
Gets the value from the provided offset.
Warning This function is currently not documented; only its argument list is available.
index
The value at offset index.