HTML_CSS::unsetAtRule (Previous) (Next) HTML_CSS::setAtRuleStyle

View this page in Last updated: Sun, 05 Oct 2008
English | French | German | Japanese | Plain HTML

HTML_CSS::getAtRuleStyle()

HTML_CSS::getAtRuleStyle()  -- 既存の @ ルールのスタイル値を取得する

説明

既存の @ ルールの引数あるいはスタイル値を取得します。 サポートする @ ルールの一覧は HTML_CSS::getAtRulesList() を参照ください。

パラメータ

string $atKeyword

@ ルールのキーワード。

string $arguments

引数の一覧 (@font-face 用のオプション)。

string $selectors

宣言スタイルブロックのセレクタ (@media, @page, @font-face 用のオプション)。

string $property

単一の宣言スタイルブロックのプロパティ。

例外・エラー

throws HTML_CSS_ERROR_INVALID_INPUT

参照

HTML_CSS::setAtRuleStyle() も参照ください。

利用可能なバージョン

バージョン 1.5.0 (2008-01-15) 以降

注意

この関数は、スタティックにコールする ことはできません。

HTML_CSS::unsetAtRule (Previous) (Next) HTML_CSS::setAtRuleStyle

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.