网站首页

>>

PHP初级教程手册


函数:utf8_encode()



utf8_encode

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

语法: string utf8_decode(string data);

返回值: 字符串

函数种类: 资料处理

内容说明

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

参考

utf8_decode()  



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|