quoted_printable_encode

(PHP 5 >= 5.3.0, PHP 7)

quoted_printable_encode将 8-bit 字符串转换成 quoted-printable 字符串

说明

quoted_printable_encode ( string $str ) : string

返回 quoted-printable 格式的字符,该格式由 » RFC2045 6.7.章节里制定。

该函数与 imap_8bit() 函数十分相似,不同的是该函数不需要 IMAP 模块就能运行。

参数

str

输入的字符串。

返回值

返回编码之后的字符串。

参见

相关文章
php 字符串 函数 函数把包含数据的二进制字符串转换为十六进制值php 字符串 函数 返回使用 htmlspecialchars 和 htmlentities 后的转换表php 字符串 函数 将逻辑顺序希伯来文(logical hebrew)转换为视觉顺序希伯来文(visual hebrew)php 字符串 函数 将逻辑顺序希伯来文(logical hebrew)转换为视觉顺序希伯来文(visual hebrew),并且转换换行符php 字符串 函数 转换十六进制字符串为二进制字符串php imap 函数 convert an 8bit string to a quoted printable stringphp imap 函数 convert a quoted printable string to an 8 bit stringphp 多字节字符串 函数 对字符串进行大小写转换php 多字节字符串 函数 转换字符的编码php 多字节字符串 函数 转换一个或多个变量的字符编码php 多字节字符串 函数 在输出缓冲中转换字符编码的回调函数php openssl 函数 将一个密钥的可输出表示转换为字符串php 字符串 函数 转换字符串第一个字节为 0 255 之间的值php 字符串 函数 将字符转换为 html 转义字符php 字符串 函数 将特殊字符转换为 html 实体php 字符串 函数 将 quoted printable 字符串转换为 8 bit 字符串php 字符串 函数 将 8 bit 字符串转换成 quoted printable 字符串php 字符串 函数 将字符串转换为数组php xml 解析器函数 将用 utf 8 方式编码的 iso 8859 1 字符串转换成单字节的 iso 8859 1 字符串。php xml 解析器函数 将 iso 8859 1 编码的字符串转换为 utf 8 编码
关注编程学问公众号