Dom\HTMLDocument::saveHtml
(PHP 8 >= 8.4.0)
Dom\HTMLDocument::saveHtml — Serializes the document as an HTML string
Description
Serializes the document as an HTML string.
Parameters
node- The node to serialize. If not provided, the entire document is serialized.
Return Values
The serialized HTML document string in the current document encoding.
Errors/Exceptions
- Throws a Dom\DOMException with code
Dom\WRONG_DOCUMENT_ERRifnodeis from another document.
See Also
- Dom\HTMLDocument::saveHtmlFile() - Serializes the document as an HTML file
- Dom\HTMLDocument::saveXml() - Serializes the document as an XML string
↑ and ↓ to navigate • Enter to select • Esc to close • / to open