PEAR logo

HTML_CSS : The Definitive Guide

Name

constructor HTML_CSS::HTML_CSS — Class constructor

Synopsis

      require_once '/CSS.php';
     
void constructor HTML_CSS::HTML_CSS( $attributes = array(),  
  $errorPrefs = array(),  
  $prefs);  
array   $attributes = array();
Warning: strpos() [function.strpos]: Empty delimiter. in S:\HTML_CSS\b164b286780fde68a4f3d60b28d16aaa\%%-14^%%-1407541581^method.tpl.php on line 49 Warning: strpos() [function.strpos]: Empty delimiter. in S:\HTML_CSS\b164b286780fde68a4f3d60b28d16aaa\%%-14^%%-1407541581^method.tpl.php on line 49   $errorPrefs = array();
array   $prefs;

Description

This package is not documented yet.

Parameter

array $attributes

(optional) Pass options to the constructor. Valid options are :

  • xhtml (sets xhtml compliance),

  • tab (sets indent string),

  • filename (name of file to be parsed),

  • cache (determines whether the nocache headers are sent),

  • oneline (whether to output each definition on one line),

  • groupsfirst (determines whether to output groups before elements)

  • allowduplicates (allow to have duplicate rules in selector)

$errorPrefs

array $prefs

(optional) has to configure error handler

Throws

throws no exceptions thrown

Note

since 0.2.0

This function can not be called statically.

HTML_CSS : The Definitive Guide v 1.0.0 : June 24, 2006