HTML_CSS::toArray
HTML_CSS::toArray() – Return the CSS contents in an array
Synopsis
require_once 'HTML/CSS.php';
array HTML_CSS::toArray (
)
Описание
Return the full contents of CSS data sources (parsed) in an array
Throws
throws no exceptions thrown
Since
since version 0.2.0 (2003-07-31)
Замечание
This function can not be called statically.