(PHP 8 >= 8.4.0)
Dom\HTMLDocument::saveXml — Serializes the document as an XML string
Serializes the document as an XML string.
node
options
LIBXML_NOEMPTYTAG
と LIBXML_NOXMLDECL
が指定できます。
PHP 8.3.0 より前のバージョンでは、LIBXML_NOEMPTYTAG
のみサポートされていました。
The serialized XML document string in the current
document encoding, or false
on failure.
node
が別のドキュメントのものである場合、
エラーコード Dom\WRONG_DOCUMENT_ERR
を持つ
Dom\DOMException をスローします。