PHP quoted_printable_decode 字符串函数
-
定义和用法
quoted_printable_decode - 将 quoted-printable 字符串转换为 8-bit 字符串 -
版本支持
PHP4 PHP5 PHP7 支持 支持 支持 -
语法
quoted_printable_decode ( string $str )
该函数返回 quoted-printable 解码之后的 8-bit 字符串 (参考 » RFC2045 的6.7章节,so additional periods are not stripped from the beginning of line)该函数与 imap_qprint() 函数十分相似,但是该函数不需要依赖 IMAP 扩展模块。 -
参数
参数 必需的 描述 str 是 输入的字符串 -
返回值
返回的 8-bit 二进制字符串。 -
相关函数
quoted_printable_encode() - 将 8-bit 字符串转换成 quoted-printable 字符串