IMAP_BODYSTRUCT(3) 1 IMAP_BODYSTRUCT(3)
imap_bodystruct - Read the structure of a specified body section of a specific message
SYNOPSIS
object imap_bodystruct (resource $imap_stream, int $msg_number, string $section)
DESCRIPTION
Read the structure of a specified body section of a specific message.
PARAMETERS
o $
imap_stream -An IMAP stream returned by imap_open(3).
o $msg_number
- The message number
o $section
- The body section to read
RETURN VALUES
Returns the information in an object, for a detailed description of the object structure and properties see imap_fetchstructure(3).
SEE ALSO
imap_fetchstructure(3).
PHP Documentation Group IMAP_BODYSTRUCT(3)