tidy_parse_file
Parse markup in file or URI
Description
resourcetidy_parse_file
stringfilename
mixedconfig
stringencoding
booluse_include_path
This function parses the given file.
&tidy.conf-enc;
tidy_parse_file example
cleanRepair();
if(!empty($tidy->error_buf)) {
echo "The following errors or warnings occured:\n";
echo $tidy->error_buf;
}
?>
]]>
¬e.tidy.2only;
See also tidy_parse_string,
tidy_parse_string and
tidy_repair_string.