tidy_get_output Return a string representing the parsed tidy markup &reftitle.description; stringtidy_get_output tidyobject Gets a string with the repaired html. &reftitle.parameters; object &tidy.object; &reftitle.returnvalues; Returns the parsed tidy markup. &reftitle.examples; <function>tidy_get_output</function> example paragraph'; $tidy = tidy_parse_string($html); $tidy->CleanRepair(); echo tidy_get_output($tidy); ?> ]]> &example.outputs;

paragraph

]]>