PEAR logo

HTML_CSS : The Definitive Guide



Name

HTML_CSS::parseData - Parse data sources, file(s) or string(s), that contains CSS information

Synopsis

      require_once 'HTML/CSS.php';
     
void|PEAR_Error HTML_CSS::parseData( $styles,
$duplicates = NULL);
array $styles;
bool $duplicates = NULL;

Description

This package is not documented yet.

Parameter

array $styles

data sources to parse

boolean $duplicates

(optional) Allow or disallow duplicates.

See

see HTML_CSS::parseString, HTML_CSS::parseFile

Throws

throws HTML_CSS_ERROR_INVALID_INPUT

Note

since 1.0.0RC2

This function can not be called statically.

HTML_CSS : The Definitive Guide v 1.1.0 : January 1, 2007