strip_tags — Strip HTML and PHP tags from a string ... <?php $test='<div a="abc <b>def</b> hij" b="1">x<b>y</b>z</div>'; $echo strip_tags($test, "<div><b>");
確定! 回上一頁