(PHP 8 >= 8.4.0)
Dom\HTMLDocument::saveXmlFile — Serializes the document as an XML file
Serializes the document as an XML file.
filename
options
LIBXML_NOEMPTYTAG
und
LIBXML_NOXMLDECL
werden unterstützt.
Vor PHP 8.3.0 wird nur die Option LIBXML_NOEMPTYTAG
unterstützt.
The number of bytes written on success, or false
on failure.
filename
is an empty string or contains any
null bytes.