PHP

quoted_printable_encode

quoted_printable_encode

(PHP 5 >= 5.3.0, PHP 7)

quoted_printable_encode - 将8位字符串转换为带引号的可打印字符串

描述

string quoted_printable_encode ( string $str )

返回根据»RFC2045,第6.7节创建的带引号的可打印字符串。

这个函数与imap_8bit()类似,但这个函数不需要IMAP模块工作。

参数

str

输入字符串。

返回值

返回编码的字符串。

扩展内容

  • quoted_printable_decode() - 将带引号的可打印字符串转换为8位字符串

  • iconv_mime_encode() - 组成MIME标题字段

← quoted_printable_decode

quotemeta →