mb_decode_mimeheader

mb_decode_mimeheaderDecode string in MIME header field

Description

mb_decode_mimeheader(string $string): string

Decodes encoded-word string string in MIME header.

Parameters

string

The string being decoded.

Return Values

The decoded string in internal character encoding.

See Also