mb_convert_encoding()
mb_convert_encoding - Convert character encoding
Syntax
string mb_convert_encoding ()
Arguments
-
Description
Converts the character encoding of string str to to_encoding from optionally from_encoding.
Version
PHP 4.0.6, 5
Return value
The encoded string.