PHP 8.4.0 RC3 available for testing

tidy::getHtmlVer

tidy_get_html_ver

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

tidy::getHtmlVer -- tidy_get_html_verGet the Detected HTML version for the specified document

Descrição

Estilo orientado a objetos

public tidy::getHtmlVer(): int

Estilo procedural

tidy_get_html_ver(tidy $tidy): int

Returns the detected HTML version for the specified tidy tidy.

Parâmetros

tidy

Um objeto Tidy.

Valor Retornado

Returns the detected HTML version.

Aviso

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

adicione uma nota

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

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