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