The utf8_decode() function decodes UTF-8 strings to ISO-8859-1.
This function decodes the ISO-8859-1 string encoded by the utf8_encode() function and converts it into a single-byte ISO-8859-1 string.
If successful, the function returns the decoded string. If it fails, returns FALSE.
utf8_decode(string)
parameter | describe |
---|---|
string | Required. Specifies the string to decode. |