HW_DOCUMENT_BODYTAG(3) 1 HW_DOCUMENT_BODYTAG(3)
hw_Document_BodyTag - Body tag of hw_document
SYNOPSIS
string hw_document_bodytag (int $hw_document, [string $prefix])
DESCRIPTION
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(3) is also accepted. This is deprecated, however.
PARAMETERS
o $hw_document
- The document identifier.
o $prefix
-
RETURN VALUES
Returns the BODY tag as a string.
SEE ALSO
hw_document_attributes(3), hw_document_size(3).
PHP Documentation Group HW_DOCUMENT_BODYTAG(3)