|
imap_fetchstructureRead the structure of a particular message Description
object imap_fetchstructure
( resource
$imap_stream
, int $msg_number
[, int $options = 0
] )Fetches all the structured information for a given message. Parameters
Return ValuesReturns an object includes the envelope, internal date, size, flags and body structure along with a similar object for each mime attachment. The structure of the returned objects is as follows:
See Also
|