SYNOPSISvarchar mimeEntityGetRawHeaderSection(mimeEntity entityOrReader)
Parameters:
entityOrReader
- A mimeEntity
or
mimeReader
object
Returns:
varchar
raw (original encoded) header section of entity
DESCRIPTION
The mimeEntityGetRawHeaderSection
function returns the
varchar
raw (original encoded) header section (i.e. all
headers) of the entity. This can be used for debugging purposes,
e.g. analyzing the structure of a message.
EXAMPLE<$ret = (mimeEntityGetRawHeaderSection($reader))>
CAVEATS
Typically mimeEntityGetHeaderValues
(here) is used instead, as it
decodes the headers and returns only the one specified.
SEE ALSOmimeEntityGetHeaderValues