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 | 
		<p>The charset of the string to escape. Defaults to ICanBoogie\CHARSET (utf-8).</p> | 
Return value summary
			string
		 | 
		string |