imap_mime_header_decode

 array imap_mime_header_decode ( string $text ) 

説明

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.