HTML_CSS::toArray

HTML_CSS::toArray() – Return the CSS contents in an array

Synopsis

require_once 'HTML/CSS.php';

array HTML_CSS::toArray ( )

Description

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)

Note

This function can not be called statically.