首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

quoted_printable_encode

(PHP 5 >= 5.3.0, PHP 7)

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

描述

代码语言:javascript
复制
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 →

扫码关注腾讯云开发者

领取腾讯云代金券

http://www.vxiaotou.com