• PHP Video Tutorials

PHP - Function Sutf8 Decod



Syntax

string utf8_decode ( string $data )

Definition and Usage

It is used to convert a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1

Return Values

It returns the ISO-8859-1 translation of data.

Parameters

Sr.No Parameters & Description
1

data

It is an UTF-8 encoded string.

php_function_reference.htm
Advertisements