(PHP 5, PHP 7, PECL tidy >= 0.5.2)
Constructs a new tidy object
tidy::__construct ([ string $filename [, mixed $config [, string $encoding [, bool $use_include_path ]]]] )
Constructs a new tidy object.
Parameters:
filename
If the filename parameter is given, this function will also read that file and initialize the object with the file, acting like tidy_parse_file().