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

#include <php_encoding.h>

Data Fields

encodeType details
 
zval *(* to_zval )(zval *ret, encodeTypePtr type, xmlNodePtr data)
 
xmlNodePtr(* to_xml )(encodeTypePtr type, zval *data, int style, xmlNodePtr parent)
 

Detailed Description

Definition at line 189 of file php_encoding.h.

Field Documentation

◆ details

encodeType _encode::details

Definition at line 190 of file php_encoding.h.

◆ to_xml

xmlNodePtr(* _encode::to_xml) (encodeTypePtr type, zval *data, int style, xmlNodePtr parent)

Definition at line 192 of file php_encoding.h.

◆ to_zval

zval *(* _encode::to_zval) (zval *ret, encodeTypePtr type, xmlNodePtr data)

Definition at line 191 of file php_encoding.h.


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