array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'dom-htmldocument.savexml.php', 1 => 'Dom\\HTMLDocument::saveXml', 2 => 'Serializes the document as an XML string', ), 'up' => array ( 0 => 'class.dom-htmldocument.php', 1 => 'Dom\\HTMLDocument', ), 'prev' => array ( 0 => 'dom-htmldocument.savehtmlfile.php', 1 => 'Dom\\HTMLDocument::saveHtmlFile', ), 'next' => array ( 0 => 'dom-htmldocument.savexmlfile.php', 1 => 'Dom\\HTMLDocument::saveXmlFile', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/dom/dom/htmldocument/savexml.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Dom\HTMLDocument::saveXml

(PHP 8 >= 8.4.0)

Dom\HTMLDocument::saveXmlSerializes the document as an XML string

说明

public Dom\HTMLDocument::saveXml(?Dom\Node $node = null, int $options = 0): string|false

Serializes the document as an XML string.

参数

node
The node to serialize. If not provided, the entire document is serialized.
options
Additional Options. The LIBXML_NOEMPTYTAG and LIBXML_NOXMLDECL options are supported. Prior to PHP 8.3.0, only the LIBXML_NOEMPTYTAG option is supported.

返回值

The serialized XML document string in the current document encoding, or false on failure.

错误/异常

参见