Skip to content

function_escapeHTML

Wesley de Groot edited this page Oct 22, 2015 · 37 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/

Function escapeHTML

_('.wrapper').escapeHTML(str)

escape the HTML

  • @param object object
  • @param string string to escape
  • @return string
  • @example _().escapeHTML(str);

    Back to function list

Clone this wiki locally