PHP utf8_decode() 函数
PHP 教程
· 2019-01-30 16:13:41
定义和用法
utf8_decode() 函数把 UTF-8 字符串解码为 ISO-8859-1。
该函数把通过 utf8_encode() 函数编码的 ISO-8859-1 字符串进行解码,转换成单字节的 ISO-8859-1 字符串。
如果成功,该函数则返回解码字符串。如果失败,则返回 FALSE。
语法
utf8_decode(string)
| 参数 | 描述 |
|---|---|
| string | 必需。规定要解码的字符串。 |
点击查看所有 PHP 教程 文章: https://codercto.com/courses/l/5.html
C++ Primer Plus
Stephen Prata / Addison Wesley / 2011-10-18 / GBP 39.99
C++ Primer Plus, Sixth Edition New C++11 Coverage C++ Primer Plus is a carefully crafted, complete tutorial on one of the most significant and widely used programming languages today. An accessible an......一起来看看 《C++ Primer Plus》 这本书的介绍吧!