HTML_CSS::toString

HTML_CSS::toString() – パースした CSS データを文字列で返す

Synopsis

require_once 'HTML/CSS.php';

string HTML_CSS::toString ( )

Description

現在パース中の CSS データソースを文字列で返します。

Throws

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

Since

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

Note

This function can not be called statically.