Function html_escape::encode_quoted_attribute
source · Expand description
Encode text used in a quoted attribute.
The following characters (HTML reserved characters) are escaped:
&
=>&
<
=><
>
=>>
"
=>"
'
=>'