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

#include <php_xmlreader.h>

Data Fields

xmlTextReaderPtr ptr
 
xmlParserInputBufferPtr input
 
voidschema
 
zend_object std
 

Detailed Description

Definition at line 41 of file php_xmlreader.h.

Field Documentation

◆ input

xmlParserInputBufferPtr _xmlreader_object::input

Definition at line 44 of file php_xmlreader.h.

◆ ptr

xmlTextReaderPtr _xmlreader_object::ptr

Definition at line 42 of file php_xmlreader.h.

◆ schema

void* _xmlreader_object::schema

Definition at line 45 of file php_xmlreader.h.

◆ std

zend_object _xmlreader_object::std

Definition at line 46 of file php_xmlreader.h.


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