Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
htmlspecialchars_decode
htmlspecialchars_decode
Convert special HTML entities back to normal characters
Name:
htmlspecialchars_decode
Category:
String
Programming Language:
php
One-line Description:
Convert some predefined HTML entities into characters.
Related
How Does the htmlspecialchars_decode Function Behave Across Different Character Sets? Key Considerations
1
Similar Functions
bin2hex
bin2hex
Convertbinarydatatoh
stripcslashes
stripcslashes
Anti-referenceastrin
strcoll
strcoll
Comparisonofstringsb
convert_uuencode
convert_uuencode
Useuuencodetoencodea
quotemeta
quotemeta
Escapemetacharacters
str_word_count
str_word_count
Returninformationabo
parse_str
parse_str
Parsestringsintomult
strncasecmp
strncasecmp
Binarysafecomparison
Popular Articles
How Does the htmlspecialchars_decode Function Behave Across Different Character Sets? Key Considerations