Dom\HTMLDocument::saveHtmlFile

(PHP 8 >= 8.4.0)

Dom\HTMLDocument::saveHtmlFileSerializes the document as an HTML file

Beschreibung

public Dom\HTMLDocument::saveHtmlFile(string $filename): int|false

Serializes the document as an HTML file.

Parameter-Liste

filename
The path to the file to save to.

Rückgabewerte

The number of bytes written on success, or false on failure.

Fehler/Exceptions

  • Throws a ValueError if filename is an empty string or contains any null bytes.

Siehe auch