Re-using Gtk2_VarDump | |
PEAR Manual | |
require_once 'HTML/CSS.php'; |
void constructor HTML_CSS::HTML_CSS (
array $attributes = array()
, array $errorPrefs = array()
)
Class constructors : Zend Engine 1 uses HTML_CSS, while Zend Engine 2 uses __construct
(optional) Pass options to the constructor. Valid options are :
xhtml (sets xhtml compliance),
tab (sets indent string),
filename (name of file to be parsed),
cache (determines whether the nocache headers are sent),
oneline (whether to output each definition on one line),
groupsfirst (determines whether to output groups before elements)
allowduplicates (allow to have duplicate rules in selector)
(optional) has to configure error handler
throws no exceptions thrown
since version 0.2.0 (2003-07-31)
This function can not be called statically.
Re-using Gtk2_VarDump | |
PEAR Manual | |