.. _fhtmlescape: ############################################################### ``html_escape`` — Escape a value to display properly as HTML. ############################################################### :doc:`Text-related functions ` ******* Summary ******* .. include:: /Reference/libraries/globals/summary/html_escape.rst .. php:function:: html_escape($value) Escape a value to display properly as HTML. This uses the 'html_escape' filter for escaping. :type $value: string :param $value: :returns: string ***** Usage ***** .. include:: /Reference/libraries/globals/usage/html_escape.rst ******** Examples ******** .. include:: /Reference/libraries/globals/examples/html_escape.rst ******** See Also ******** .. include:: /Reference/libraries/globals/see_also/html_escape.rst