utf8_decode(PHP 3>= 3.0.6, PHP 4 , PHP 5)
utf8_decode --  将用 UTF-8 方式编码的 ISO-8859-1 字符串转换成单字节的 ISO-8859-1 字符串。
描述
string utf8_decode ( string data)该函数将用 UTF-8 编码的数据解码为 ISO-8859-1 编码。