$input_css
$input_css : string
Saves the input CSS string
CSS Printing class
This class prints CSS data generated by csstidy.
formatted_page(string $doctype, bool $externalcss, string $title, string $lang) : string
Returns the formatted CSS code to make a complete webpage
string | $doctype | shorthand for the document type |
bool | $externalcss | indicates whether styles to be attached internally or as an external stylesheet |
string | $title | title to be added in the head of the document |
string | $lang | two-letter language code to be added to the output |