php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
spl_sub_iterator * | iterators |
int | level |
RecursiveIteratorMode | mode |
int | flags |
int | max_depth |
bool | in_iteration |
zend_function * | beginIteration |
zend_function * | endIteration |
zend_function * | callHasChildren |
zend_function * | callGetChildren |
zend_function * | beginChildren |
zend_function * | endChildren |
zend_function * | nextElement |
zend_class_entry * | ce |
zend_string * | prefix [6] |
zend_string * | postfix [1] |
zend_object | std |
Definition at line 74 of file spl_iterators.c.
zend_function* _spl_recursive_it_object::beginChildren |
Definition at line 85 of file spl_iterators.c.
zend_function* _spl_recursive_it_object::beginIteration |
Definition at line 81 of file spl_iterators.c.
zend_function* _spl_recursive_it_object::callGetChildren |
Definition at line 84 of file spl_iterators.c.
zend_function* _spl_recursive_it_object::callHasChildren |
Definition at line 83 of file spl_iterators.c.
zend_class_entry* _spl_recursive_it_object::ce |
Definition at line 88 of file spl_iterators.c.
zend_function* _spl_recursive_it_object::endChildren |
Definition at line 86 of file spl_iterators.c.
zend_function* _spl_recursive_it_object::endIteration |
Definition at line 82 of file spl_iterators.c.
int _spl_recursive_it_object::flags |
Definition at line 78 of file spl_iterators.c.
bool _spl_recursive_it_object::in_iteration |
Definition at line 80 of file spl_iterators.c.
spl_sub_iterator* _spl_recursive_it_object::iterators |
Definition at line 75 of file spl_iterators.c.
int _spl_recursive_it_object::level |
Definition at line 76 of file spl_iterators.c.
int _spl_recursive_it_object::max_depth |
Definition at line 79 of file spl_iterators.c.
RecursiveIteratorMode _spl_recursive_it_object::mode |
Definition at line 77 of file spl_iterators.c.
zend_function* _spl_recursive_it_object::nextElement |
Definition at line 87 of file spl_iterators.c.
zend_string* _spl_recursive_it_object::postfix[1] |
Definition at line 90 of file spl_iterators.c.
zend_string* _spl_recursive_it_object::prefix[6] |
Definition at line 89 of file spl_iterators.c.
zend_object _spl_recursive_it_object::std |
Definition at line 91 of file spl_iterators.c.