PHP 函数 htmlentities PHP 函数 html_entity_decode PHP 函数 htmlspecialchars_decode PHP 函数 htmlentities <?php $str = "PHP 函数 htmlentities"; echo htmlentities($str); echo htmlentities($str, ENT_QUOTES); ?> PHP 函数 html_entity_decode PHP 函数 htmlspecialchars_decode