«

PHP字符串函数quoted_printable_decode()的用法

时间:2024-3-1 20:27     作者:韩俊     分类: PHP


quoted_printable_decode

(PHP 4, PHP 5)

quoted_printable_decode — 将 quoted-printable 字符串转换为 8-bit 字符串

说明

string quoted_printable_decode
( string $str
)

该函数返回 quoted-printable 解码之后的 8-bit 字符串 (参考 » RFC2045 的6.7章节,而不是 » RFC2821 的4.5.2章节,so additional periods are not stripped from the beginning of line)

该函数与 imap_qprint() 函数十分相似,但是该函数不需要依赖 IMAP 模块。

参数

str

输入的字符串。

返回值

返回的 8-bit 二进制字符串。

参见

quoted_printable_encode() - 将 8-bit 字符串转换成 quoted-printable 字符串

标签: php php教程

热门推荐