php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
offsetExists (mixed $offset) | |
offsetGet (mixed $offset) | |
offsetSet (mixed $offset, mixed $value) | |
offsetUnset (mixed $offset) | |
Definition at line 31 of file zend_interfaces.stub.php.
ArrayAccess::offsetExists | ( | mixed | $offset | ) |
@tentative-return-type
Implemented in ArrayIterator, and ArrayObject.
ArrayAccess::offsetGet | ( | mixed | $offset | ) |
Actually this should be return by ref but atm cannot be. @tentative-return-type
Implemented in ArrayIterator, and ArrayObject.
ArrayAccess::offsetSet | ( | mixed | $offset, |
mixed | $value ) |
@tentative-return-type
Implemented in ArrayIterator, and ArrayObject.
ArrayAccess::offsetUnset | ( | mixed | $offset | ) |
@tentative-return-type
Implemented in ArrayIterator, and ArrayObject.