|
imap_mailboxmsginfo(PHP 4, PHP 5) 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 FALSE on failure. Примеры
Пример #1 imap_mailboxmsginfo() example
<?php |
|||||||||||||||||