|
mb_convert_encodingConvert a string from one character encoding to another Description
arraystringfalse mb_convert_encoding(arraystring
$string , string $to_encoding , arraystringnull $from_encoding = null )
Converts Parameters
Return Values
The encoded string or array on success, or Errors/Exceptions
As of PHP 8.0.0, a ValueError is thrown if the
value of Changelog
Examples
Example #1 mb_convert_encoding example
See Also
|