hw_Document_BodyTag

(PHP 4)

hw_Document_BodyTagBody tag of hw_document

Beskrivelse

string hw_document_bodytag ( int $hw_document [, string $prefix ] )

Returns the BODY tag of the document. If the document is an HTML document the BODY tag should be printed before the document.

For backward compatibility, hw_documentbodytag() is also accepted. This is deprecated, however.

Parametre

hw_document

The document identifier.

prefix

Returnerings Værdier

Returns the BODY tag as a string.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top