tidy::getHtmlVer

(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

int tidy_get_html_ver ( tidy $object )

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.

doc_php
2016-02-24 16:07:03
Comments
Leave a Comment

Please login to continue.