It changes the value of type to charset. Returns TRUE on success or FALSE on failure.
The value of type can be:
| input_encoding |
| output_encoding |
| internal_encoding |
<?php
iconv_set_encoding("internal_encoding", "UTF-8");
iconv_set_encoding("output_encoding", "ISO-8859-1");
?>See also iconv_get_encoding() and ob_iconv_handler().
| This HTML Help has been published using the chm2web software. |