PHP quoted_printable_encode() 函数
PHP quoted_printable_encode() 函数
PHP String 参考手册定义和用法
quoted_printable_encode() 函数把 8 位字符串转换为 quoted-printable 字符串。
提示:经过 quoted-printable 编码后的数据与通过邮件传输进行修改的不一样。一个完全 US-ASCII 的文本可进行 quoted-printable 编码,用来确保通过文字翻译或线包网关进行消息传递时数据的完整性。
语法
quoted_printable_encode(string)
参数 | 描述 |
---|---|
string | 必需。规定要转换的 8 位字符串。 |
技术细节
返回值: | 返回已转换的字符串。 |
---|---|
PHP 版本: | 5.3.0+ |
PHP String 参考手册
相关文章
- PHP If Else 语句
- PHP 魔术常量
- PHP $_GET 变量
- PHP 发送电子邮件
- PHP Secure E-mails
- PHP 高级过滤器
- PHP array_diff() 函数
- PHP array_diff_key() 函数
- PHP array_fill_keys() 函数
- PHP array_key_first() 函数
- PHP array_merge_recursive() 函数
- PHP array_replace_recursive() 函数
- PHP array_values() 函数
- PHP array_walk_recursive() 函数
- PHP extract() 函数
- PHP in_array() 函数
- PHP shuffle() 函数
- PHP uksort() 函数
- PHP usort() 函数
- PHP Mail 函数