Function escape_all
Escape all applicable characters to HTML entities.
Applicable characters are escaped using the htmlentities() function with the ENT_COMPAT flag.
Parameters summary
string |
$str |
The string to escape. |
string |
$charset = CHARSET |
The charset of the string to escape. Defaults to ICanBoogie\CHARSET (utf-8). |
Return value summary
string
|