quoted_printable_decode

(PHP 4, PHP 5, PHP 7)

quoted_printable_decode将 quoted-printable 字符串转换为 8-bit 字符串

说明

quoted_printable_decode ( string $str ) : string

该函数返回 quoted-printable 解码之后的 8-bit 字符串 (参考 » RFC2045 的6.7章节,而不是 » RFC2821 的4.5.2章节,so additional periods are not stripped from the beginning of line)

该函数与 imap_qprint() 函数十分相似,但是该函数不需要依赖 IMAP 模块。

参数

str

输入的字符串。

返回值

返回的 8-bit 二进制字符串。

参见

相关文章
php 字符串 函数 函数把包含数据的二进制字符串转换为十六进制值php 字符串 函数 将字符由一种 cyrillic 字符转换成另一种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 网络 函数 将 ipv4 的字符串互联网协议转换成长整型数字php 多字节字符串 函数 转换一个或多个变量的字符编码php openssl 函数 将一个密钥的可输出表示转换为字符串php 字符串 函数 将字符转换为 html 转义字符php 字符串 函数 将 quoted printable 字符串转换为 8 bit 字符串php 字符串 函数 将 8 bit 字符串转换成 quoted printable 字符串php 字符串 函数 对字符串执行 rot13 转换php 字符串 函数 转换指定字符php 字符串 函数 将字符串的首字母转换为大写php 字符串 函数 将字符串中每个单词的首字母转换为大写php xml 解析器函数 将用 utf 8 方式编码的 iso 8859 1 字符串转换成单字节的 iso 8859 1 字符串。php xml 解析器函数 将 iso 8859 1 编码的字符串转换为 utf 8 编码
关注编程学问公众号