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