将 ISO-8859-1 码转成 UTF-8 码。
语法: string utf8_decode(string data);
返回值: 字符串
函数种类: 资料处理
本函数用来将 ISO-8859-1 内码转成 UTF-8 内码。参数 data 为待转换的字符串。
utf8_decode()