|
SPL-StandardPHPLibrary
|


Public Member Functions | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
| ArrayAccess::offsetExists | ( | $offset | ) |
| $offset | to check |
Implemented in ArrayIterator, ArrayObject, SplDoublyLinkedList, and DbaArray.
| ArrayAccess::offsetGet | ( | $offset | ) |
| $offset | to retrieve |
Implemented in ArrayIterator, ArrayObject, SplDoublyLinkedList, SplObjectStorage, and DbaArray.
| ArrayAccess::offsetSet | ( | $offset, | |
| $value | |||
| ) |
| $offset | to modify |
| $value | new value |
Implemented in ArrayIterator, ArrayObject, SplDoublyLinkedList, SplObjectStorage, and DbaArray.
| ArrayAccess::offsetUnset | ( | $offset | ) |
| $offset | to delete |
Implemented in ArrayIterator, ArrayObject, SplDoublyLinkedList, SplObjectStorage, and DbaArray.
1.8.5