Re-using Gtk2_VarDump | |
PEAR Manual | |
require_once 'HTML/CSS.php'; |
void|PEAR_Error
HTML_CSS::getAtRuleStyle
(
string
$atKeyword
,
string
$arguments
,
string
$selectors
,
string
$property
)
Retrieve arguments or style value of an existing At-Rule. See HTML_CSS::getAtRulesList() for a full list of supported At-Rules.
at-rule keyword
argument list (optional for @font-face)
selectors of declaration style block (optional for @media, @page, @font-face)
property of a single declaration style block
throws HTML_CSS_ERROR_INVALID_INPUT
since version 1.5.0 (2008-01-15)
This function can not be called statically.
Re-using Gtk2_VarDump | |
PEAR Manual | |