update : 2015.11.03
php.shukuma.com

검색:
 
 
Decode string in MIME header field

mb_decode_mimeheader

(PHP 4 >= 4.0.6, PHP 5)

mb_decode_mimeheaderDecode string in MIME header field

설명

string mb_decode_mimeheader ( string $str )

Decodes encoded-word string str in MIME header.

인수

str

The string being decoded.

반환값

The decoded string in internal character encoding.

참고