Source for file validate_byfile.php
Documentation is available at validate_byfile.php
* Example usage of Services_W3C_CSSValidator of validating a local file.
* @package Services_W3C_CSSValidator
* @author Laurent Laville <pear@laurent-laville.org>
* @license http://www.opensource.org/licenses/bsd-license.php BSD
* @link http://pear.php.net/package/Services_W3C_CSSValidator
* @since File available since Release 0.1.0
require_once 'Services/W3C/CSSValidator.php';
$r = $v->validateFile ('pear_manual.css');
Documentation generated on Fri, 23 Nov 2007 13:00:08 -0500 by phpDocumentor 1.4.0. PEAR Logo Copyright © PHP Group 2004.
|