iconv_set_encoding
Description
bool iconv_set_encoding ( string type, string charset )
Changes the value of the internal configuration variable specified by
type to charset.
Parameters
typeThe value of
typecan be any one of those:input_encoding output_encoding internal_encoding charsetThe character set.
