(PHP 5 >= 5.0.0, PHP 7)
Get value for an offset
public mixed ArrayIterator::offsetGet ( string $index )
Gets the value from the provided offset.
Parameters:
index
The offset to get the value from.
Returns:
The value at offset index
.
This function is currently not documented; only its argument list is available.
See also:
Please login to continue.