|
lastRSS.php is simple yet powerfull PHP class to parse RSS. Features: All RSS versions supported (0.9, 1.0 and 2.0) - Regular expression parsing (very quick) - Returns an associative array with RSS fields - RSS tags not present in RSS are also not present in result now - Transparent cache (doesn't cache RSS file directly, neither HTML output, but serialized variable; cached data isn't parsed every time, but you can still access individual fields) - Character encoding conversion (all encodings supported by iconv library) - Strips HTML from description. |