Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
html_entity_decode
html_entity_decode
Convert HTML entities to corresponding characters
Name:
html_entity_decode
Category:
String
Programming Language:
php
One-line Description:
Convert HTML entities to characters.
Related
How to Correctly Handle Multibyte Characters Using mb_convert_encoding and html_entity_decode?
9
How to Achieve Bidirectional Conversion of HTML Entities Using html_entity_decode and htmlentities?
4
Similar Functions
html_entity_decode
html_entity_decode
ConvertHTMLentitiest
str_repeat
str_repeat
Repeatastring
ltrim
ltrim
Removespaces(orother
echo
echo
Outputoneormorestrin
vprintf
vprintf
Outputformattedstrin
strchr
strchr
Aliasofstrstr
number_format
number_format
Formatanumberinathou
str_shuffle
str_shuffle
Randomlydisruptastri
Popular Articles
How to Achieve Bidirectional Conversion of HTML Entities Using html_entity_decode and htmlentities?
How to Correctly Handle Multibyte Characters Using mb_convert_encoding and html_entity_decode?