<?php $examples = [ 'Understanding vector<int> in Modern C++', 'Why "<spoiler>" Became Internet Slang', 'The Rise of <headless> CMS Architecture', 'Using <T> and <K, V> in Generic Programming', 'The Hacker Known as <null>', ]; foreach ($examples as $s) { echo "Original : $s\n"; echo "Stripped : " . strip_tags($s) . "\n"; echo str_repeat('-', 50) . "\n"; }
You have javascript disabled. You will not be able to edit any code.