tidyHtml (line 13)
Cleanup an HTML document using the tidy lib
string
tidyHtml
(string $html, [boolean $body_only = false])
-
string
$html: HTML data
-
boolean
$body_only: If set to true, only yhe content of the HTML BODY will be returned
tidyQuickHtml (line 37)
Cleanup an HTML document using the tidy lib (less options -> fast)
string
tidyQuickHtml
(string $html, [boolean $body_only = false])
-
string
$html: HTML data
-
boolean
$body_only: If set to true, only yhe content of the HTML BODY will be returned