HTML_CSS::unsetAtRule

HTML_CSS::unsetAtRule() – 既存の @ ルールを削除する

Synopsis

require_once 'HTML/CSS.php';

void|PEAR_Error HTML_CSS::unsetAtRule ( string $atKeyword )

Description

既存の @ ルール (サポートしているもの) を削除します。 サポートする @ ルールの完全な一覧は HTML_CSS::getAtRulesList() を参照ください。

Parameter

string $atKeyword

@ ルールのキーワード。

Throws

throws HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_NO_ATRULE

Since

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

Note

This function can not be called statically.