Multibyte String Funções
PHP Manual

mb_decode_mimeheader

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

mb_decode_mimeheaderDecode string in MIME header field

Descrição

string mb_decode_mimeheader ( string $str )

Decodes encoded-word string str in MIME header.

Parâmetros

str

The string being decoded.

Valor Retornado

The decoded string in internal character encoding.

Veja Também


Multibyte String Funções
PHP Manual