imap_mime_header_decode()
imap_mime_header_decode - Decode MIME header elements
Syntax
array imap_mime_header_decode (
string $text)
Arguments
Description
Decodes MIME message header extensions that are non ASCII text (see » RFC2047).
Version
PHP 4, 5
Return value
The decoded elements are returned in an array of objects, where each object has two properties, charsetand text.