(PHP 4 >= 4.0.5)
It changes the value of type to charset and returns TRUE in success or FALSE in failure.
Beispiel 1. iconv_set_encoding() example:
iconv_set_encoding("internal_encoding", "UTF-8"); iconv_set_encoding("output_encoding", "ISO-8859-1");
See also: iconv_get_encoding() and ob_iconv_handler().