HTML_CSS : The Definitive Guide |
HTML_CSS::validate — Validate a
CSS data source
require_once 'HTML/CSS.php';
boolean|PEAR_Error HTML_CSS::validate (
|
$styles, | |
&$messages);
|
| array | $styles ; |
| array | &$messages ; |
Execute the W3C CSS validator service on each data source (filename or string) given by parameter $styles.
$styles
Data sources to check validity
&$messages
Error and Warning messages issue from W3C CSS validator service
| HTML_CSS : The Definitive Guide | v 1.5.0 : January 15, 2008 |