Easy Tutorial
❮ Filter Callback Func Misc Define ❯

PHP utf8_decode() Function



Definition and Usage

The utf8_decode() function decodes a UTF-8 encoded string to ISO-8859-1.

This function decodes an ISO-8859-1 string that has been encoded with the utf8_encode() function, converting it back to a single-byte ISO-8859-1 string.

If successful, the function returns the decoded string. If it fails, it returns FALSE.

Syntax

Parameter Description
string Required. Specifies the string to decode.
❮ Filter Callback Func Misc Define ❯