HTML_CSS::getAtRulesList (Previous) (Next) HTML_CSS::unsetAtRule

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

HTML_CSS::createAtRule()

HTML_CSS::createAtRule()  -- シンプルな宣言型の @ ルールを作成する

説明

宣言スタイルブロックのないシンプルな @ ルールを作成します。 たとえば @charset や @import、@namespace がこれに含まれます。

パラメータ

string $atKeyword

@ ルールのキーワード。

string $arguments

@charset や @import、@namespace の引数リスト。

例外・エラー

throws HTML_CSS_ERROR_INVALID_INPUT

参照

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

利用可能なバージョン

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

注意

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

HTML_CSS::getAtRulesList (Previous) (Next) HTML_CSS::unsetAtRule

Download Documentation Last updated: Sun, 24 Aug 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.