fork(1) download
  1. <?php
  2.  
  3. $tags = array("<para>", "</para>");
  4. $string = "<para>
  5. <embed view=\"embed\" [...some more attributes...]>[...]</embed>
  6. </para>";
  7. echo str_replace($tags, "", $string);
Success #stdin #stdout 0.02s 82880KB
stdin
Standard input is empty
stdout
    			<embed view="embed" [...some more attributes...]>[...]</embed>