RSS feed generic utilities class
package |
Default |
---|
generateRssFeedFromArray(string $url, string $title, string $description, string $locale, string $array, string $encoding = 'utf-8') : string
string
The url where this feed can be found
string
The rss feed title
string
The rss feed contents resume
string
The rss feed language in a standard locales notation: en_US, es_ES, fr_FR, etc..
string
The feed data. Must be an array of arrays, with each element containing: [title],[link],[description],[pubdate]
string
The type of charset used with the generated data: utf-8 is defauls
string
The xml rss feed string ready to use on a site