PHP utf8_decode() Function

Description

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

Syntax

PHP utf8_decode() Function has the following syntax.

utf8_decode(string)

Parameter

Parameter Is Required Description
string Required. String to decode

Return

This function returns the decoded string on success, or FALSE on failure.

Example


<?PHP
echo utf8_decode("from java2s.com");
?>

The code above generates the following result.





















Home »
  PHP Tutorial »
    Function reference »




PHP Array Functions
PHP Calendar Functions
PHP Class Functions
PHP Data Type Functions
PHP Date Functions
PHP File Functions
PHP Image Functions
PHP Math Functions
PHP MySQLi Functions
PHP SimpleXML Functions
PHP String Functions
PHP XML Functions
PHP Zip Functions