tidy_get_root
Description
Procedural style:
tidyNode tidy_get_root ( tidy object )Object oriented style:
tidyNode tidy->root ( void )Returns a tidyNode object representing the root of the tidy parse tree.
Note: This function is only available with Zend Engine 2, this means PHP >= 5.0.0.
