|
utf8_encodeConverts a string from ISO-8859-1 to UTF-8 Warning
This function has been DEPRECATED as of PHP 8.2.0. Relying on this function is highly discouraged. Description
string utf8_encode(string
$string )
This function converts the string
Parameters
Return Values
Returns the UTF-8 translation of Changelog
ExamplesExample #1 Basic example
The above example will output: 5a6fc3ab Notes
See Also
|