Expand description
Represents an array in PHP. As all arrays in PHP are associative arrays, they are represented by hash tables.
Structs§
- Iter
- Immutable iterator upon a reference to a hashtable.
- Occupied
Entry - A view into an occupied entry in a
ZendHashTable. - Vacant
Entry - A view into a vacant entry in a
ZendHashTable. - Values
- Immutable iterator which iterates over the values of the hashtable, as it was a set or list.
- Zend
Empty Array - Represents an empty, immutable, shared PHP array.
Enums§
- Array
Key - Represents the key of a PHP array, which can be either a long or a string.
- Entry
- A view into a single entry in a
ZendHashTable, which may either be vacant or occupied.
Type Aliases§
- Zend
Hash Table - A PHP hashtable.