update : 2015.11.03
php.shukuma.com

검색:
 
 
Get the Detected HTML version for the specified document

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

설명

객체 기반 형식

int tidy::getHtmlVer ( void )

절차식 형식

int tidy_get_html_ver ( tidy $object )

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.