pub type ZArray = EBox<ZArr>;
Expand description
An owned PHP array value.
ZArray
represents an owned PHP array (hashtable) allocated in the Zend
Engine memory. It provides safe access to PHP array operations and
automatically manages memory cleanup.
Aliased Type§
pub struct ZArray { /* private fields */ }