pub type HashTableIterator = _HashTableIterator;Aliased Type§
struct HashTableIterator {
pub ht: *mut _zend_array,
pub pos: u32,
pub next_copy: u32,
}Fields§
§ht: *mut _zend_array§pos: u32§next_copy: u32pub type HashTableIterator = _HashTableIterator;struct HashTableIterator {
pub ht: *mut _zend_array,
pub pos: u32,
pub next_copy: u32,
}ht: *mut _zend_array§pos: u32§next_copy: u32