fork(1) download
  1. <?php
  2. $xml='<?xml version="1.0" encoding="utf-8"?> <rss xmlns:yandex="http://n...content-available-to-author-only...x.ru" xmlns:media="http://s...content-available-to-author-only...o.com/mrss/" version="2.0">
  3. <channel> <image> <url>http://ru/img.jpg</url> </image> <item> <title>Smart Search</title> <link>http://.ru/index.php/item/70-smart-search</link> <description> ...</description> <image_item>/var/www/user36565/data/www/*.ru/media/k2/items/cache/3749aaa8ee129d7e919bddcc7e09cd36_L.jpg</image_item> <category>Utility Modules</category> <pubDate>Tue, 17 Jan 2012 03:42:36 +0000</pubDate> <yandex:full-text></yandex:full-text></item></channel></rss>';
  4.  
  5. $xml = simplexml_load_string($xml);
  6. $s = $xml->channel->item;
  7. echo $s->title;
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
Smart Search