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.

Увага

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top