tidy_get_head Returns a tidyNode Object starting from the <head> tag of the tidy parse tree Description Procedural style: tidyNodetidy_get_head tidyobject Object oriented style: tidyNodetidy->head This function returns a tidyNode object starting from the <head> tag of the tidy parse tree. <function>tidy_get_head</function> example test

paragraph

'; $tidy = tidy_parse_string($html); $head = tidy_get_head($tidy); echo $head->value; ?> ]]>
&example.outputs; test ]]>
¬e.tidy.ze2; See also tidy_get_body and tidy_get_html.