It convert all HTML entities to their applicable characters
Example
<?php
echo html_entity_decode(“PHP & HTML”);
?>
Output
PHP & HTML
It convert all HTML entities to their applicable characters
Example
<?php
echo html_entity_decode(“PHP & HTML”);
?>
Output
PHP & HTML