PHP 8.4.0 RC3 available for testing

tidy::isXml

tidy_is_xml

(PHP 5, PHP 7, PHP 8, PECL tidy >= 0.5.2)

tidy::isXml -- tidy_is_xmlIndicates if the document is a generic (non HTML/XHTML) XML document

Descrição

Estilo orientado a objetos

public tidy::isXml(): bool

Estilo procedural

tidy_is_xml(tidy $tidy): bool

Tells if the document is a generic (non HTML/XHTML) XML document.

Parâmetros

tidy

Um objeto Tidy.

Valor Retornado

This function returns true if the specified tidy tidy is a generic XML document (non HTML/XHTML), or false otherwise.

Aviso

This function is not yet implemented in the Tidylib itself, so it always return false.

adicione uma nota

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

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