| 
 | tidy::htmltidy_get_htmlReturns a tidyNode object starting from the <html> tag of the tidy parse tree DescriptionObject oriented style 
   tidyNode tidy::html
    ( void
   ) Procedural style 
   tidyNode tidy_get_html
    ( tidy  $object)Returns a tidyNode object starting from the <html> tag of the tidy parse tree. Parameters
 
 Return ValuesReturns the tidyNode object. Examples
 Example #1 tidy::html example 
<?phpThe above example will output: <html> <head> <title>test</title> </head> <body> <p>paragraph</p> </body> </html> Notes
 See Also
 |