Home
last modified time | relevance | path

Searched refs:rss_url (Results 1 – 1 of 1) sorted by relevance

/plugin/rssticker/
H A DlastRSS.php63 function Get ($rss_url) { argument
66 $cache_file = $this->cache_dir . '/rsscache_' . md5($rss_url);
75 $result = $this->Parse($rss_url);
98 $result = $this->Parse($rss_url);
152 function Parse ($rss_url) { argument
155 if ($rss_content = $http->get($rss_url)) {