Tidy
PHP Manual

tidy::htmlver

tidy_get_html_ver

(PHP 5, PECL tidy >= 0.5.2)

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

Описание

Object oriented style

int tidy::getHtmlVer ( void )

Procedural style

int tidy_get_html_ver ( tidy $object )

Returns the detected HTML version for the specified tidy object.

Список параметров

object

Объект Tidy.

Возвращаемые значения

Returns the detected HTML version.

Внимание

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


Tidy
PHP Manual