fork(1) download
  1. <?php
  2.  
  3. $title = 'The name you can say isn&rsquo;t the real name.';
  4. $xml_line = '<title>' . html_entity_decode($title) . '</title>';
  5.  
  6. print($xml_line);
Success #stdin #stdout 0.02s 25620KB
stdin
Standard input is empty
stdout
<title>The name you can say isn’t the real name.</title>