Display the drop-down list

htmlspecialchars_decode()

« htmlspecialchars | http_build_query »
<?php
$string 
htmlspecialchars_decode (
    
// string $string
    
?  // [int $flags = ENT_COMPAT | ENT_HTML401]
);
?>
Result
$string = '<p>this -> "</p>'
Examples
#1 htmlspecialchars_decode  ("<p>this -&gt; &quot;</p>")
#2 htmlspecialchars_decode  ("<p>this -&gt; &quot;</p>",
 
ENT_NOQUOTES)
See also
get_html_translation_table, html_entity_decode, htmlspecialchars