Table de traduction des codes HTML et ISO

Author:


Download

<?php
   $entites = get_html_translation_table(HTML_ENTITIES);
   $translate = array_flip($entites);
   $string = "&lt;&amp;eacute; &amp;uacute; &gt;";
   echo strtr($string, $translate);
?>

Leave a Reply

Your email address will not be published. Required fields are marked *


one + 4 =