HTML_CSS::getAtRuleStyle()

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

概要

require_once 'HTML/CSS.php';

void|PEAR_Error HTML_CSS::getAtRuleStyle (string $atKeyword, string $arguments, string $selectors, string $property)

説明

既存の @ ルールの引数あるいはスタイル値を取得します。 サポートする @ ルールの一覧は 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) 以降

注意

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