iconv_set_encoding()
iconv_set_encoding - Set current setting for character encoding conversionSyntax
bool iconv_set_encoding (string $type, string $charset)Arguments
- type - The value of type can be any one of those: input_encoding output_encoding internal_encoding
- charset - The character set.
