|
tidy::bodytidy_get_bodyReturns a tidyNode object starting from the <body> tag of the tidy parse tree DescriptionObject oriented style
tidyNode tidy::body
( void
)
Procedural style
tidyNode tidy_get_body
( tidy
$object
)Returns a tidyNode object starting from the <body> tag of the tidy parse tree. Parameters
Return ValuesReturns a tidyNode object starting from the <body> tag of the tidy parse tree. Examples
Example #1 tidy::getBody example
<?php The above example will output: <body> <p>paragraph</p> </body> Notes
See Also
|