mb_decode_mimeheader

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

mb_decode_mimeheaderDécode un en-tête MIME

Description

mb_decode_mimeheader(string$string): string

Décode la chaîne encodée string dans l'en-tête MIME.

Liste de paramètres

string

La chaîne à décoder.

Valeurs de retour

La chaîne décodée, avec un encodage interne.

Voir aussi

To Top