tidy_warning_count
Returns the Number of Tidy warnings encountered for specified document
&reftitle.description;
inttidy_warning_count
tidyobject
Returns the number of Tidy warnings encountered for the specified document.
&reftitle.parameters;
object
&tidy.object;
&reftitle.returnvalues;
Returns the number of warnings.
&reftitle.examples;
tidy_warning_count example
test
bogus';
$tidy = tidy_parse_string($html);
echo tidy_error_count($tidy) . "\n"; //1
echo tidy_warning_count($tidy) . "\n"; //5
?>
]]>
&reftitle.seealso;
tidy_error_count
tidy_access_count