|
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
<?php The above example will output: int(7) string(4) "e.g." bool(false) |