Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.7">

iconv

(PHP 4 >= 4.0.5)

iconv --  リクエストした文字エンコーディングに文字列を変換する

説明

string iconv ( string in_charset, string out_charset, string str)

It converts the string string encoded in in_charset to the string encoded in out_charset. It returns the converted string or FALSE, if it fails.

例 1iconv() の例

echo iconv("ISO-8859-1","UTF-8","This is test.");