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; <function>tidy_warning_count</function> 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