Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18469 программистов и 1618 роботов. Сейчас ищет 1071 программист ...
imap_alerts - Returns all IMAP alert messages that have occurred
Вернуться к: IMAP Функции
imap_alerts
(PHP 4, PHP 5, PHP 7)
imap_alerts — Returns all IMAP alert messages that have occurred
Описание
array imap_alerts
( void
)
Returns all of the IMAP alert messages generated since the last imap_alerts() call, or the beginning of the page.
When imap_alerts() is called, the alert stack is subsequently cleared. The IMAP specification requires that these messages be passed to the user.
Возвращаемые значения
Returns an array of all of the IMAP alert messages generated or FALSE
if
no alert messages are available.
Вернуться к: IMAP Функции