imap_mime_header_decode -- Decode MIME header elements
Syntax
array imap_mime_header_decode ( string text )
imap_mime_header_decode() function decodes
MIME message header extensions that are non ASCII text
(see RFC2047)
The decoded elements are returned in an array of objects,
where each object has two properties, "charset" and "text".
If the element hasn't been encoded, and in other words is in
plain US-ASCII,the "charset" property of that element is set to
"default".
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.
Php imap mime header decode Function syntax tag
imap mime header decode php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php imap mime header decode syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.