HTML_CSS::getCharset

HTML_CSS::getCharset() – 文字セットエンコーディング文字列を返す

Synopsis

require_once 'HTML/CSS.php';

string HTML_CSS::getCharset ( )

Description

デフォルトでは、HTML_CSS は iso-8859-1 エンコーディングを使用します。

Throws

例外はスローされません。

See

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

Since

バージョン 0.2.0 (2003-07-31) 以降

Note

This function can not be called statically.