HW_DOCUMENT_CONTENT(3) 1 HW_DOCUMENT_CONTENT(3)
hw_Document_Content - Returns content of hw_document
SYNOPSIS
string hw_document_content (int $hw_document)
DESCRIPTION
Gets the content of the document.
PARAMETERS
o $hw_document
- The document identifier.
RETURN VALUES
Returns the content of the document. If the document is an HTML document the content is everything after the BODY tag. Information from
the HEAD and BODY tag is in the stored in the object record.
SEE ALSO
hw_document_attributes(3), hw_document_size(3), hw_document_setcontent(3).
PHP Documentation Group HW_DOCUMENT_CONTENT(3)