update : 2015.11.03
php.shukuma.com검색:
|
imap_status(PHP 4, PHP 5, PHP 7) imap_status — Returns status information on a mailbox 설명
object imap_status
( resource
$imap_stream
, string $mailbox
, int $options
)
Gets status information about the given 인수
반환값This function returns an object containing status information. The object has the following properties: messages, recent, unseen, uidnext, and uidvalidity. flags is also set, which contains a bitmask which can be checked against any of the above constants. 예제
Example #1 imap_status() example
<?php |