void|PEAR_Error
HTML_CSS::createAtRule
(
string
$atKeyword
,
string
$arguments
= ''
,
bool
$duplicates
= null
)
Create a simple at-rule without declaration style blocks. That include @charset, @import and @namespace
$atKeyword
at-rule keyword
$arguments
argument list for @charset, @import or @namespace
$duplicates
(optional) Allow or disallow duplicates
throws HTML_CSS_ERROR_INVALID_INPUT
since version 1.5.0 (2008-01-15)
This function can not be called statically.