(PHP 4 >= 4.0.5, PHP 5) iconv — Convert string to requested character encoding string iconv ( string $in_charset , string $out_charset , string $str )

간단한 사용법

iconv("UTF-8", "EUC-KR", $title)

+ Recent posts