Home > PHP > Function > Tidy > tidy_get_output()

tidy_get_output()

tidy_get_output - Return a string representing the parsed tidy markup

Syntax

string tidy_get_output (tidy $object)

Arguments

  • object - The Tidyobject.

Description

Gets a string with the repaired html.

Version

PHP 5, PECL tidy >= 0.5.2

Return value

Returns the parsed tidy markup.