svmk / tidy-html-validator

使用tidy验证HTML标记。

dev-master 2015-01-05 19:17 UTC

This package is not auto-updated.

Last update: 2024-09-24 08:40:51 UTC


README

示例

use TidyValidator\Validator;
$html = file_get_contents('http://google.com/');
$result = Validator::validate($html);
print_r($result);