Function html_escape::encode_safe
source · Expand description
Encode text to prevent special characters functioning.
The following characters are escaped:
&
=>&
<
=><
>
=>>
"
=>"
'
=>'
/
=>/
Encode text to prevent special characters functioning.
The following characters are escaped:
&
=> &
<
=> <
>
=> >
"
=> "
'
=> '
/
=> /