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.
アップデート:
$string = "<div>words words wrods <- words words</div>"; $string = str_replace('<-', '<-', $string); echo strip_tags($string);
出力 (ソース):
words words wrods <- words words
出力 (HTML):
words words wrods <- words words