PHP quoted_printable_encode() 函数
PHP 教程
· 2019-01-29 19:58:26
定义和用法
quoted_printable_encode() 函数把 8 位字符串转换为 quoted-printable 字符串。
提示:经过 quoted-printable 编码后的数据与通过邮件传输进行修改的不一样。一个完全 US-ASCII 的文本可进行 quoted-printable 编码,用来确保通过文字翻译或线包网关进行消息传递时数据的完整性。
语法
quoted_printable_encode(string)
参数 | 描述 |
---|---|
string | 必需。规定要转换的 8 位字符串。 |
技术细节
返回值: | 返回已转换的字符串。 |
---|---|
PHP 版本: | 5.3.0+ |
点击查看所有 PHP 教程 文章: https://www.codercto.com/courses/l/5.html
Building Websites with Joomla!
H Graf / Packt Publishing / 2006-01-20 / USD 44.99
This book is a fast paced tutorial to creating a website using Joomla!. If you've never used Joomla!, or even any web content management system before, then this book will walk you through each step i......一起来看看 《Building Websites with Joomla!》 这本书的介绍吧!
Base64 编码/解码
Base64 编码/解码
HEX CMYK 转换工具
HEX CMYK 互转工具