PHP utf8_decode() 函数
PHP utf8_decode() 函数
完整的 PHP XML 参考手册定义和用法
utf8_decode() 函数把 UTF-8 字符串解码为 ISO-8859-1。
该函数把通过 utf8_encode() 函数编码的 ISO-8859-1 字符串进行解码,转换成单字节的 ISO-8859-1 字符串。
如果成功,该函数则返回解码字符串。如果失败,则返回 FALSE。
语法
utf8_decode(string)
参数 | 描述 |
---|---|
string | 必需。规定要解码的字符串。 |
完整的 PHP XML 参考手册
相关文章
- PHP 类型比较
- PHP If Else 语句
- PHP Switch 语句
- PHP $_GET 变量
- PHP 多维数组
- PHP 文件上传
- PHP Session
- PHP 异常处理
- PHP array_chunk() 函数
- PHP array_column() 函数
- PHP array_diff() 函数
- PHP array_filter() 函数
- PHP array_intersect_assoc() 函数
- PHP array_map() 函数
- PHP array_pop() 函数
- PHP array_udiff_uassoc() 函数
- PHP array_uintersect_uassoc() 函数
- PHP natcasesort() 函数
- PHP next() 函数
- PHP shuffle() 函数