函式:quoted_printable_decode()


quoted_printable_decode

将 qp 编码字串转成 8 位元字串。

语法: string quoted_printable_decode(string str);

传回值: 字串

函式种类: 编码处理

内容说明

本函式可以将 quoted-printable 后的字串解码成为 8 位元编码的字串。而本函式类似 imap_qprint() 函式,唯一不同的地方是使用 imap_qprint() 函式需要让系统加入 IMAP 的模组,而本函式不需要 IMAP 模组。


[ 上一页 下一页 ]