utf8_decode
(PHP 4, PHP 5)
utf8_decode — 将用 UTF-8 方式编码的 ISO-8859-1 字符串转换成单字节的 ISO-8859-1 字符串。
<h3>描述</h3>
 string <strong>utf8_decode</strong>
  ( string <code>$data</code>
 )
<p>
 该函数将用 UTF-8 编码的数据解码为 ISO-8859-1 编码。
</p>
<p>
 请参阅 utf8_encode() 以查看关于 UTF-8 编码的解释。
</p>