PHP 函数 html_entity_decode PHP 函数 hex2bin PHP 函数 htmlentities PHP 函数 html_entity_decode <?php $input = "tutorials \"point\" simply <b>easy</b> learning"; $ab = htmlentities($input); $b = html_entity_decode($ab); echo $ab; ?> PHP 函数 hex2bin PHP 函数 htmlentities