Interface to provide accessing objects as arrays.
More...
Interface to provide accessing objects as arrays.
- See also
- http://php.net/class.arrayaccess.php
Definition at line 10 of file ArrayAccess.php.
ArrayAccess::offsetExists |
( |
|
$offset | ) |
|
ArrayAccess::offsetGet |
( |
|
$offset | ) |
|
Returns the value at specified offset.
This method is executed when checking if offset is empty().
- Parameters
-
mixed | $offset | The offset to retrieve. |
- Return values
-
mixed | Value at the specified offset. |
- See also
- http://php.net/arrayaccess.offsetget.php
ArrayAccess::offsetSet |
( |
|
$offset, |
|
|
|
$value |
|
) |
| |
ArrayAccess::offsetUnset |
( |
|
$offset | ) |
|
The documentation for this interface was generated from the following file: