Exemple d’utilisation de ‘html_entity_decode()’

Author:


Download

<?php
    $chaine = "Roméo &amp; Juliette";
    $s = htmlentities($chaine);

    $result = html_entity_decode($s);

    print "$result";
?>

Leave a Reply

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


× two = 12