mb_decode_mimeheader
PHP function
Edit on GitHub ✎
(PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8)
Decode string in MIME header field
Description
mb_decode_mimeheader(string $string): string
Decodes encoded-word string string in MIME header.
Parameters
stringThe
stringbeing 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. |