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;
tidy_get_output example
paragraph';
$tidy = tidy_parse_string($html);
$tidy->cleanRepair();
echo tidy_get_output($tidy);
?>
]]>
&example.outputs;
paragraph
]]>