Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_html_translation_table
get_html_translation_table
Returns the conversion table after using htmlspecialchars() and htmlentities()
Name:
get_html_translation_table
Category:
String
Programming Language:
php
One-line Description:
Returns the translation table used by htmlspecialchars() and htmlentities().
Related
How to Properly Escape HTML Entities in PHP Using the get_html_translation_table Function
10
Similar Functions
str_word_count
str_word_count
Returninformationabo
str_ends_with
str_ends_with
Checkifthestringends
bin2hex
bin2hex
Convertbinarydatatoh
strcoll
strcoll
Comparisonofstringsb
join
join
Aliasofimplode
print
print
Outputastring
htmlentities
htmlentities
Convertallapplicable
strspn
strspn
Calculatethelengthof
Popular Articles
How to Properly Escape HTML Entities in PHP Using the get_html_translation_table Function