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

설명

Procedural style

int tidy_get_html_ver ( tidy $object )

Object oriented style

int tidy::getHtmlVer ( void )

Returns the detected HTML version for the specified tidy object .

인수

object

The Tidy object.

반환값

Returns the detected HTML version.

Warning

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


Tidy
PHP Manual