Public Member Functions | |
| Get ($rss_url) | |
| my_preg_match ($pattern, $menu) | |
| unhtmlentities ($string) | |
| MyConvertEncoding ($in_charset, $out_charset, $string) | |
| Parse ($rss_url) | |
Public Attributes | |
| $channeltags = array ('title', 'link', 'description', 'language', 'copyright', 'managingEditor', 'webMaster', 'pubDate', 'lastBuildDate', 'rating', 'docs') | |
| $itemtags = array('title', 'link', 'description', 'author', 'category', 'comments', 'enclosure', 'guid', 'pubDate', 'source') | |
| $imagetags = array('title', 'url', 'link', 'width', 'height') | |
| $textinputtags = array('title', 'description', 'name', 'link') | |
Definition at line 33 of file lastRSS.php.
| lastRSS::Get | ( | $ | rss_url | ) |
Definition at line 45 of file lastRSS.php.
References Parse().

| lastRSS::my_preg_match | ( | $ | pattern, | |
| $ | menu | |||
| ) |
| lastRSS::unhtmlentities | ( | $ | string | ) |
| lastRSS::MyConvertEncoding | ( | $ | in_charset, | |
| $ | out_charset, | |||
| $ | string | |||
| ) |
| lastRSS::Parse | ( | $ | rss_url | ) |
Definition at line 113 of file lastRSS.php.
References $i, my_preg_match(), MyConvertEncoding(), and unhtmlentities().
Referenced by Get().

| lastRSS::$channeltags = array ('title', 'link', 'description', 'language', 'copyright', 'managingEditor', 'webMaster', 'pubDate', 'lastBuildDate', 'rating', 'docs') |
Definition at line 37 of file lastRSS.php.
| lastRSS::$itemtags = array('title', 'link', 'description', 'author', 'category', 'comments', 'enclosure', 'guid', 'pubDate', 'source') |
Definition at line 38 of file lastRSS.php.
| lastRSS::$imagetags = array('title', 'url', 'link', 'width', 'height') |
Definition at line 39 of file lastRSS.php.
| lastRSS::$textinputtags = array('title', 'description', 'name', 'link') |
Definition at line 40 of file lastRSS.php.
1.5.5