update : 2015.11.03
php.shukuma.com검색:
|
imap_fetch_overview(PHP 4, PHP 5, PHP 7) imap_fetch_overview — Read an overview of the information in the headers of the given message 설명
array imap_fetch_overview
( resource
$imap_stream
, string $sequence
[, int $options = 0
] )
This function fetches mail headers for the given
인수
반환값Returns an array of objects describing one message header each. The object will only define a property if it exists. The possible properties are:
예제
Example #1 imap_fetch_overview() example
<?php |