update : 2015.11.03
php.shukuma.com검색:
|
imap_fetchstructure(PHP 4, PHP 5, PHP 7) imap_fetchstructure — Read the structure of a particular message 설명
object imap_fetchstructure
( resource
$imap_stream
, int $msg_number
[, int $options = 0
] )Fetches all the structured information for a given message. 인수
반환값Returns 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:
참고
|