TIDY_GET_HTML_VER(3) 1 TIDY_GET_HTML_VER(3)
tidy::getHtmlVer - Get the Detected HTML version for the specified document
Object oriented style
SYNOPSIS
int tidy::getHtmlVer (void )
DESCRIPTION
Procedural style
int tidy_get_html_ver (tidy $object)
Returns the detected HTML version for the specified tidy $object.
PARAMETERS
o $object
- The Tidy object.
RETURN VALUES
Returns the detected HTML version.
Warning
This function is not yet implemented in the Tidylib itself, so it always return 0.
PHP Documentation Group TIDY_GET_HTML_VER(3)