(PHP 4 >= 4.0.5, PHP 5)
Performs a character set conversion on the string str from in_charset to out_charset. Returns the converted string or FALSE on failure.
Príklad 1. iconv() example:
<?phpecho iconv("ISO-8859-1", "UTF-8", "This is a test.");?>