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