Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

mb_decode_mimeheader

Description

The mb_decode_mimeheader of Multibyte String for PHP decode string in MIME header field.

Syntax

mb_decode_mimeheader(
    string $string
): string

Parameters

string

The string being decoded.

Return

The decoded string in internal character encoding.

Examples

1 · string

<?

$string = '=?UTF-16?Q?=98uw=09?=';

$return = mb_decode_mimeheader($string);

echo $return;

?>
页眉
HomeMenu