|
|
| UniversalFeedCreator::outputFeed |
( |
$ |
format = 'RSS0.91' |
) |
|
Outputs feed to the browser - needed for on-the-fly feed generation (like it is done in WordPress, etc.)
- Parameters:
-
| format | string format the feed should comply to. Valid values are: "PIE0.1" (deprecated), "mbox", "RSS0.91", "RSS1.0", "RSS2.0", "OPML", "ATOM0.3". |
Definition at line 624 of file class_feedcreator.inc.php.
|