mb_decode_mimeheader

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

mb_decode_mimeheader — 解码 MIME 头字段中的字符串

说明

mb_decode_mimeheader(string $string): string

解码 MIME 头中编码过的 string string。

参数

string

要解码的 string。

返回值

以内部(internal)字符编码解码的 string。

参见

+add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top