PHP quoted_printable_encode() 函数


PHP quoted_printable_encode() 函数


定义和用法

quoted_printable_encode() 函数把 8 位字符串转换为 quoted-printable 字符串。

提示: 经过 quoted-printable 编码后的数据与通过邮件传输进行修改的不一样。一个完全 US-ASCII 的文本可进行 quoted- printable 编码,用来确保通过文字翻译或线包网关进行消息传递时数据的完整性。

语法

quoted_printable_encode( _string_ )
参数 描述
_string_ 必需。规定要转换的 8 位字符串。

技术细节

返回值: 返回已转换的字符串。
PHP 版本: 5.3.0+