Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16207 программистов и 1779 роботов. Сейчас ищут 1726 программистов ...
imap_num_msg - Gets the number of messages in the current mailbox
Вернуться к: IMAP Функции
imap_num_msg
(PHP 4, PHP 5, PHP 7)
imap_num_msg — Gets the number of messages in the current mailbox
Описание
int imap_num_msg
( resource
$imap_stream
)Gets the number of messages in the current mailbox.
Возвращаемые значения
Return the number of messages in the current mailbox, as an integer.
Смотрите также
- imap_num_recent() - Gets the number of recent messages in current mailbox
- imap_status() - Returns status information on a mailbox
Вернуться к: IMAP Функции