• PHP Video Tutorials

PHP - Function Utf8 Encode



Syntax

string utf8_encode ( string $data )

Definition and Usage

It used to encodes an ISO-8859-1 string to UTF-8.

Return Values

It returns the UTF-8 translation of data.

Parameters

Sr.No Parameters & Description
1

data

It is an ISO-8859-1 string.

php_function_reference.htm
Advertisements