网站首页

>>

PHP初级教程手册


函数:utf8_decode()



utf8_decode

将 UTF-8 码转成 ISO-8859-1 码。

语法: string utf8_decode(string data);

返回值: 字符串

函数种类: 资料处理

内容说明

本函数用来将 UTF-8 内码转成 ISO-8859-1 内码。参数 data 为待转换的字符串。

参考

utf8_encode()  



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|