php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_dom_iterator Struct Reference

#include <php_dom.h>

Data Fields

zend_object_iterator intern
 
zval curobj
 
HashPosition pos
 
zend_ulong index
 
php_libxml_cache_tag cache_tag
 

Detailed Description

Definition at line 96 of file php_dom.h.

Field Documentation

◆ cache_tag

php_libxml_cache_tag php_dom_iterator::cache_tag

Definition at line 103 of file php_dom.h.

◆ curobj

zval php_dom_iterator::curobj

Definition at line 98 of file php_dom.h.

◆ index

zend_ulong php_dom_iterator::index

Definition at line 102 of file php_dom.h.

◆ intern

zend_object_iterator php_dom_iterator::intern

Definition at line 97 of file php_dom.h.

◆ pos

HashPosition php_dom_iterator::pos

Definition at line 99 of file php_dom.h.


The documentation for this struct was generated from the following file: