Voting

: max(three, zero)?
(Example: nine)

The Note You're Voting On

Jérôme Jaglale
18 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