Example #1 Decoding HTML entities. <?php $orig = "I'll \"walk\" the <b>dog</b> now"; $a = htmlentities($orig); $b = html_entity_decode($a);
確定! 回上一頁