Dom\HTMLDocument::saveHtml

(PHP 8 >= 8.4.0)

Dom\HTMLDocument::saveHtmlSerializes the document as an HTML string

Beschreibung

public Dom\HTMLDocument::saveHtml(?Dom\Node $node = null): string

Serializes the document as an HTML string.

Parameter-Liste

node
The node to serialize. If not provided, the entire document is serialized.

Rückgabewerte

The serialized HTML document string in the current document encoding.

Fehler/Exceptions

  • Wenn node von einem anderen Dokument stammt, wird eine Dom\DOMException mit dem Code Dom\WRONG_DOCUMENT_ERR ausgelöst.

Siehe auch

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top