|
imap_mime_header_decodeDecode MIME header elements Description
arrayfalse imap_mime_header_decode(string
$string )Decodes MIME message header extensions that are non ASCII text (see » RFC2047). Parameters
Return Values
The decoded elements are returned in an array of objects, where each
object has two properties,
If the element hasn't been encoded, and in other words is in
plain US-ASCII, the
The function returns Examples
Example #1 imap_mime_header_decode example
The above example will output: Charset: ISO-8859-1 Text: Keld Jørn Simonsen Charset: default Text: <keld@example.com> In the above example we would have two elements, whereas the first element had previously been encoded with ISO-8859-1, and the second element would be plain US-ASCII. See Also
|