php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
xml_serializer.h File Reference
#include <Zend/zend_types.h>
#include <libxml/tree.h>
#include <libxml/xmlsave.h>
#include <libxml/xmlIO.h>

Go to the source code of this file.

Functions

int dom_xml_serialize (xmlSaveCtxtPtr ctx, xmlOutputBufferPtr out, xmlNodePtr node, bool format, bool require_well_formed, php_dom_private_data *private_data)
 

Function Documentation

◆ dom_xml_serialize()

int dom_xml_serialize ( xmlSaveCtxtPtr ctx,
xmlOutputBufferPtr out,
xmlNodePtr node,
bool format,
bool require_well_formed,
php_dom_private_data * private_data )