GoLang tidy::getHtmlVer

request it (274)
GoLang replacement for PHP's tidy::getHtmlVer [edit | history]



Do you know a GoLang replacement for PHP's tidy::getHtmlVer? Write it!

PHP tidy::getHtmlVer

PHP original manual for tidy::getHtmlVer [ show | php.net ]

tidy::getHtmlVer

tidy_get_html_ver

(PHP 5, PHP 7, PECL tidy >= 0.5.2)

tidy::getHtmlVer -- tidy_get_html_verGet the Detected HTML version for the specified document

Description

Object oriented style

int tidy::getHtmlVer ( void )

Procedural style

int tidy_get_html_ver ( tidy $object )

Returns the detected HTML version for the specified tidy object.

Parameters

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.