php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
ArrayAccess Interface Reference
Inheritance diagram for ArrayAccess:
ArrayIterator ArrayObject CachingIterator Phar PharData SplDoublyLinkedList SplFixedArray SplObjectStorage WeakMap

Public Member Functions

 offsetExists (mixed $offset)
 
 offsetGet (mixed $offset)
 
 offsetSet (mixed $offset, mixed $value)
 
 offsetUnset (mixed $offset)
 

Detailed Description

Definition at line 31 of file zend_interfaces.stub.php.

Member Function Documentation

◆ offsetExists()

ArrayAccess::offsetExists ( mixed $offset)

@tentative-return-type

Implemented in ArrayIterator, and ArrayObject.

◆ offsetGet()

ArrayAccess::offsetGet ( mixed $offset)

Actually this should be return by ref but atm cannot be. @tentative-return-type

Implemented in ArrayIterator, and ArrayObject.

◆ offsetSet()

ArrayAccess::offsetSet ( mixed $offset,
mixed $value )

@tentative-return-type

Implemented in ArrayIterator, and ArrayObject.

◆ offsetUnset()

ArrayAccess::offsetUnset ( mixed $offset)

@tentative-return-type

Implemented in ArrayIterator, and ArrayObject.


The documentation for this interface was generated from the following file: