Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アクセスしているWebサービスは、次の応答を送信します...
<strong>result</strong>
これらのエンコードされたタグの文字列を削除するにはどうすればよいですか?
<?php $str = '<strong>result</strong>'; echo strip_tags(html_entity_decode($str));