mb_decode_mimeheader

Decode string in MIME header field

Description

string mb_decode_mimeheader(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.

Changelog

Version Description
8.3.0 Underscores are converted to spaces as specified by » RFC 2047.

See Also

  • mb_encode_mimeheader