PHP 8.4.24 Released!

Voting

: five plus three?
(Example: nine)

The Note You're Voting On

Jérôme Jaglale
19 years ago
htmlentities includes htmlspecialchars, so here's how to convert an UTF-8 string :
htmlentities($string, ENT_QUOTES, 'UTF-8');

<< Back to user notes page

To Top