MIME :: array decode_header ( string content )
Return ARRAY ('charset' => string value, 'value' => string decoded). Example:

// encode
$e = MIME::encode_header('helloooooooooo my world ', 'iso-8859-1', 'base64', 20);
// decode
$d = MIME::decode_header($e);
// print decode output
print_r($d);

See Also: MIME::encode_header(), MIME::decode_content() [ Comments ] Last update: Sunday, November 04, 2007