English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
utf8_encode() function is used to convert ISO-8859-1 Convert the encoded string to UTF-8 Encoding.
string utf8_encode ( string $data )
This function converts the data string to UTF-8 Encode and return the encoded string.
If successful, the function returns the encoded string. If failed, it returns FALSE.
Serial number | Parameters and descriptions |
---|---|
1 | data Required. Specify the string to be encoded. |