Module arrays

Source
Expand description

Apis relate to zend_array.

Structs§

Iter
An iterator over the elements of a ZArr.
IterMut
An mutable iterator over the elements of a ZArr.
OccupiedEntry
A view into an occupied entry in a ZArr. It is part of the Entry enum.
VacantEntry
A view into a vacant entry in a ZArr. It is part of the Entry enum.
ZArr
Wrapper of zend_array.

Enums§

Entry
A view into a single entry in an array, which may either be vacant or occupied.
InsertKey
Insert key for ZArr.
IterKey
Iterator key for ZArr::iter and ZArr::iter_mut.
Key
Key for ZArr.

Type Aliases§

ZArray
An owned PHP array value.