«

PHP字符串函数quoted_printable_encode()的用法

时间:2024-3-1 20:27     作者:韩俊     分类: PHP


quoted_printable_encode

(PHP 5 >= 5.3.0)

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

说明

string quoted_printable_encode
( string $str
)

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

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

参数

str

输入的字符串。

返回值

返回编码之后的字符串。

参见

quoted_printable_decode() - 将 quoted-printable 字符串转换为 8-bit 字符串 iconv_mime_encode() - Composes a MIME header field

标签: php php教程

热门推荐