(PHP 5, PHP 7, PECL tidy >= 0.5.2)
Get the Detected HTML version for the specified document
int tidy::getHtmlVer ( void )
Object oriented style
Procedural style
Returns the detected HTML version for the specified tidy object
.
Parameters:
object
The Tidy object.
Returns:
Returns the detected HTML version.
Warning
This function is not yet implemented in the Tidylib itself, so it always return 0.
Please login to continue.