|
tidy::headtidy_get_headReturns a tidyNode object starting from the <head> tag of the tidy parse tree BeschreibungObjektorientierter Stil
tidyNode tidy::head
( void
)
Prozeduraler Stil
tidyNode tidy_get_head
( tidy
$object
)Returns a tidyNode object starting from the <head> tag of the tidy parse tree. Parameter-Liste
RückgabewerteReturns the tidyNode object. Beispiele
Beispiel #1 tidy::head example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: <head> <title>test</title> </head> Anmerkungen
Siehe auch
|