Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16124 программиста и 1779 роботов. Сейчас ищут 1247 программистов ...
imap_msgno - Gets the message sequence number for the given UID
Вернуться к: IMAP Функции
imap_msgno
(PHP 4, PHP 5, PHP 7)
imap_msgno — Gets the message sequence number for the given UID
Описание
int imap_msgno
( resource
$imap_stream
, int $uid
)
Returns the message sequence number for the given
uid
.
This function is the inverse of imap_uid().
Возвращаемые значения
Returns the message sequence number for the given
uid
.
Вернуться к: IMAP Функции