php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php_simplexml.h"
Go to the source code of this file.
Data Structures | |
struct | php_sxe_iterator |
Macros | |
#define | SKIP_TEXT(__p) |
#define | GET_NODE(__s, __n) |
#define | Z_SXEOBJ_P(zv) |
Functions | |
PHP_SXE_API zend_object * | sxe_object_new (zend_class_entry *ce) |
PHP_SXE_API void | php_sxe_rewind_iterator (php_sxe_object *sxe) |
PHP_SXE_API void | php_sxe_move_forward_iterator (php_sxe_object *sxe) |
#define GET_NODE | ( | __s, | |
__n ) |
Definition at line 29 of file php_simplexml_exports.h.
#define SKIP_TEXT | ( | __p | ) |
Definition at line 24 of file php_simplexml_exports.h.
Definition at line 45 of file php_simplexml_exports.h.
PHP_SXE_API void php_sxe_move_forward_iterator | ( | php_sxe_object * | sxe | ) |
PHP_SXE_API void php_sxe_rewind_iterator | ( | php_sxe_object * | sxe | ) |
PHP_SXE_API zend_object * sxe_object_new | ( | zend_class_entry * | ce | ) |