Php/docs/function.mb-decode-mimeheader

From Get docs

mb_decode_mimeheader

(PHP 4 >= 4.0.6, PHP 5, PHP 7)

mb_decode_mimeheaderDecode string in MIME header field


Description

mb_decode_mimeheader ( string $str ) : string

Decodes encoded-word string str in MIME header.


Parameters

str
The string being decoded.


Return Values

The decoded string in internal character encoding.


See Also