fork download
  1. <?php
  2.  
  3. $s = '<a href="http адрес динамический" target="_blank">динамическое содержимое</a>';
  4. echo strip_tags($s);
Success #stdin #stdout 0.01s 52488KB
stdin
Standard input is empty
stdout
динамическое содержимое