mb_decode_mimeheader
PHP Manual
PHP Manual»Multibyte String Функції»mb_decode_mimeheader

mb_decode_mimeheader

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

mb_decode_mimeheaderDecode string in MIME header field

Опис

function mb_decode_mimeheader(string $string): string

Decodes encoded-word string string in MIME header.

Параметри

string

The string being decoded.

Значення, що повертаються

The decoded string in internal character encoding.

Журнал змін

Версія Опис
8.3.0 Underscores are converted to spaces as specified by » RFC 2047.

Прогляньте також

To Top