utf8_decode
Declaration: string utf8_decode (data $data )
Description: Converts a string with ISO-8859-1 characters encoded with UTF-8
Returns: the ISO-8859-1 translation of data.
Parameters:
-
data $data: string
An UTF-8 encoded string.
Documentation: http://www.php.net/manual/en/function.utf8-decode.php
Try utf8_decode Online Show me an example of utf8_decode
There are no Comments.








