Dom\HTMLDocument::saveHtmlFile

(PHP 8 >= 8.4.0)

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

Descrição

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

Serializes the document as an HTML file.

Parâmetros

filename
The path to the file to save to.

Valor Retornado

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

Erros/Exceções

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

Veja Também

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top