iconv_get_encoding PHP 4.0.5

array iconv_get_encoding([string type])

 

Gets the internal and output encoding for ob_iconv_handler( ).

iconv_set_encoding PHP 4.0.5

bool iconv_set_encoding(string type, string charset)

 

Sets the internal and output encoding for ob_iconv_handler( ).

iconv PHP 4.0.5

string iconv(string in_charset, string out_charset, string str)

 

Returns str converted to the out_charset character set.

ob_iconv_handler PHP 4.0.5

string ob_iconv_handler(string contents, int status)

 

Returns string in the output buffer converted into the iconv.output_encoding character set.