| 
 | ArrayObject::offsetGetReturns the value at the specified index Description
   public mixed ArrayObject::offsetGet
    ( mixed  $index)Parameters
 
 Return Values
   The value at the specified index or  Errors/Exceptions
   Produces an  Examples
 Example #1 ArrayObject::offsetGet example 
<?phpThe above example will output: int(7) string(4) "e.g." bool(false) |