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