|
tidy::headtidy_get_headReturns a tidyNode object starting from the <head> tag of the tidy parse tree DescriptionObject-oriented style
public tidyNodenull tidy::head()
Procedural style tidyNodenull tidy_get_head(tidy
$tidy )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
The above example will output: <head> <title>test</title> </head> See Also
|