PHP 8.4.0 RC3 available for testing

tidy::isXhtml

tidy_is_xhtml

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

tidy::isXhtml -- tidy_is_xhtmlIndicates if the document is a XHTML document

Descrição

Estilo orientado a objetos

public tidy::isXhtml(): bool

Estilo procedural

tidy_is_xhtml(tidy $tidy): bool

Tells if the document is a XHTML document.

Parâmetros

tidy

Um objeto Tidy.

Valor Retornado

This function returns true if the specified tidy tidy is a XHTML document, 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