| 
 | mb_convert_encodingConvert character encoding Description
   string mb_convert_encoding
    ( string  $str, string$to_encoding[, mixed$from_encoding= mb_internal_encoding()
  ] )
   Converts the character encoding of string  Parameters
 
 Return ValuesThe encoded string. Examples
 Example #1 mb_convert_encoding example 
<?phpSee Also
 
 |