update : 2015.11.03
php.shukuma.com검색:
|
imap_mailboxmsginfo(PHP 4, PHP 5, PHP 7) imap_mailboxmsginfo — Get information about the current mailbox 설명
object imap_mailboxmsginfo
( resource
$imap_stream
)Checks the current mailbox status on the server. It is similar to imap_status(), but will additionally sum up the size of all messages in the mailbox, which will take some additional time to execute. 반환값Returns the information in an object with following properties:
Returns 예제
Example #1 imap_mailboxmsginfo() example
<?php |