(PHP 5, PHP 7, PECL tidy >= 0.7.0)
Repair a file and return it as a string
string tidy::repairFile ( string $filename [, mixed $config [, string $encoding [, bool $use_include_path = false ]]] )
Object oriented style
Procedural style
string tidy_repair_file ( string $filename [, mixed $config [, string $encoding [, bool $use_include_path = false ]]] )
Repairs the given file and returns it as a string.
P