Function html_escape::encode_single_quoted_attribute
source · Expand description
Encode text used in a single-quoted attribute.
The following characters are escaped:
&
=>&
<
=><
>
=>>
'
=>'
Encode text used in a single-quoted attribute.
The following characters are escaped:
&
=> &
<
=> <
>
=> >
'
=> '