hx
Shortcut to PHP's htmlentities function
string $in string to be sanitized
string sanitized string
function hx($in) { return htmlentities($in); }
There are no user comments yet on this page.