html_escape

Text-related functions

Summary

html_escape(string $value)

Escape the value to display properly as HTML.

This uses the ‘html_escape’ filter for escaping.

Parameters:
  • $value (string) –
Returns:

string

Usage

Examples

See Also

Project Versions

Table Of Contents

Previous topic

format_date

Next topic

snippet

This Page