ArrayIterator::offsetGet
Get value for an offset
Description
public mixed ArrayIterator::offsetGet(mixed $key
)
WarningThis function is
currently not documented; only its argument list is available.
Parameters
-
key
-
The offset to get the value from.
Return Values
The value at offset key
.
See Also
- ArrayIterator::offsetSet
- ArrayIterator::offsetUnset