Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16422 программиста и 1673 робота. Сейчас ищут 1656 программистов ...
Mail_MimeDecode
Вернуться к: Почта
The Mail_mimeDecode class provides an API to decode mail/MIME messages.
This class will parse a raw mime email and return the structure. Returned structure is similar to that returned by imap_fetchstructure().
- Mail_mimeDecode::Mail_mimeDecode() — constructor
- Mail_mimeDecode::decode() — perform decoding
- Mail_mimeDecode::uudecode() — decode of UU-coded data
- Mail_mimeDecode::getXML() — create XML representation of MIME parts
- Mail_mimeDecode - Example — decode an email
Вернуться к: Почта