Skip to main content

Module array

Module array 

Source
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.
OccupiedEntry
A view into an occupied entry in a ZendHashTable.
VacantEntry
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.
ZendEmptyArray
Represents an empty, immutable, shared PHP array.

Enums§

ArrayKey
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§

ZendHashTable
A PHP hashtable.