Properties (public variables)
cache_dircache_timecp$lastRSS->cp or set it to "" (empty string). Note: PHP 4.0.5 or higher required.default_cpitems_limitdate_format For example: If you need timestamp format instead of RFC, set $date_format = 'U';
To disable date format conversion set date_format to empty string (default value).
stripHTMLstripHTML = True to strip HTML code from RSS content. Default value is False.
CDATAnochange = default value; don't make any changes (get CDATA content including CDATA tag)strip = completely strip CDATA information
content = get CDATA content (without CDATA tag)
Methods (public functions)
Get($rss_url)$rss_url (e.g. "http://www.freshfolder.com/rss.php"). It use cached version of file if cache is enabled and cached file is fresh enough. Returns associative array of RSS fields. Simply use print_r() function to see structure of the result (see Demo 1).