Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
utf8_decode
utf8_decode
Convert ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1
Name:
utf8_decode
Category:
XML parser
Programming Language:
php
One-line Description:
Decode the UTF-8 string to ISO-8859-1.
Related
How to Properly Handle Database Output Garbled Text Using the utf8_decode Function
9
Similar Functions
xml_set_processing_instruction_handler
xml_set_processing_instruction_handler
Settingupprocessingi
xml_get_current_line_number
xml_get_current_line_number
Getthecurrentlinenum
xml_set_default_handler
xml_set_default_handler
Setthedefaulthandler
xml_set_notation_decl_handler
xml_set_notation_decl_handler
Settingupnotationdec
xml_parser_free
xml_parser_free
FreeXMLparser
xml_parser_set_option
xml_parser_set_option
SetoptionsinXMLparse
xml_set_unparsed_entity_decl_handler
xml_set_unparsed_entity_decl_handler
Setupunresolvedentit
xml_set_end_namespace_decl_handler
xml_set_end_namespace_decl_handler
Settheendnamespacede
Popular Articles
How to Properly Handle Database Output Garbled Text Using the utf8_decode Function