Re-using Gtk2_VarDump | |
PEAR Manual | |
require_once 'HTML/CSS.php'; |
mixed|PEAR_Error HTML_CSS::createGroup (
string $selectors
, mixed $group = NULL
)
Create a new CSS definition group. Return an integer identifying the group.
Selector(s) to be defined, comma delimited.
(optional) Group identifier. If not passed, will return an automatically assigned integer.
throws HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_INVALID_GROUP
since version 0.3.0 (2003-11-03)
This function can not be called statically.
Re-using Gtk2_VarDump | |
PEAR Manual | |