tidy
PHP Manual

tidy::getHtmlVer

tidy_get_html_ver

(PHP 5, PECL tidy >= 0.5.2)

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

Opis

Styl obiektowy

int tidy::getHtmlVer ( void )

Styl proceduralny

int tidy_get_html_ver ( tidy $object )

Returns the detected HTML version for the specified tidy object.

Parametry

object

Obiekt Tidy.

Zwracane wartości

Returns the detected HTML version.

Ostrzeżenie

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


tidy
PHP Manual