php8.5
Home/ Manual/ mbstring / functions/ mb_decode_mimeheader

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

string

The string being decoded.

Return Values

The decoded string in internal character encoding.

Changelog

VersionDescription
8.3.0Underscores are converted to spaces as specified by RFC 2047.

See Also

Source: reference/mbstring/functions/mb-decode-mimeheader.xml · from the official PHP manual (php/doc-en)