| 
 | tidy::__constructConstructs a new tidy object Description
    tidy::__construct
    ([ string  $filename[, mixed$config[, string$encoding[, bool$use_include_path]]]] )Constructs a new tidy object. Parameters
 
 Return ValuesReturns the new tidy instance. Examples
 Example #1 tidy::__construct example 
<?phpThe above example will output: The following errors were detected: line 8 column 14 - Error: <bt> is not recognized! line 8 column 14 - Warning: discarding unexpected <bt> See Also
 |