Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
Наш чат в Telegram для обмена идеями, проектами, мыслями, людьми в сфере ИТ г.Ростова-на-Дону: @it_rostov
imap_fetchstructure
(PHP 3, PHP 4, PHP 5)
imap_fetchstructure - Read the structure of a particular messageОписание
object imap_fetchstructure ( resource imap_stream, int msg_number [, int options] )This function fetches all the structured information for a given message. The optional options parameter only has a single option, FT_UID, which tells the function to treat the msg_number argument as a UID. The returned object includes the envelope, internal date, size, flags and body structure along with a similar object for each mime attachment. The structure of the returned objects is as follows:
Таблица 1. Returned Objects for imap_fetchstructure()
Таблица 2. Primary body type
Таблица 3. Transfer encodings
Смотрите также : imap_fetchbody().
Все функции почта
Описание на ru2.php.net
Описание на php.ru