ArrayObject::offsetGet
ArrayObject::offsetGet
(PHP 5 >= 5.0.0, PHP 7)
ArrayObject::offsetGet — Returns the value at the specified index
Description
public mixed ArrayObject::offsetGet ( mixed $index )
Parameters
-
index
-
The index with the value.
Return Values
The value at the specified index or NULL
.