PHP, 其他, 筆記Convert HTML entities in PHPPosted by Remy on 06/01/201224/05/2020 $detail="<p>Hello world!</p>"; echo html_entity_decode($detail,ENT_QUOTES,'UTF-8'); 相關