Function html_escape::encode_text_minimal
source · [−]Expand description
Encode text used as regular HTML text.
The following characters are escaped:
&=>&<=><
Encode text used as regular HTML text.
The following characters are escaped:
& => &< => <