/lib/common.inc.php

Description

This file contain some common helper function

Functions
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

Documentation generated on Mon, 30 Mar 2009 16:36:12 +0200 by phpDocumentor 1.4.1