Procedural File: rss.php

Source Location: /bblog/bBlog_plugins/rss/rss.php ( Revision Log )

Page Details

rss.php - Generates RSS file.

License:  GNU General Public License
Copyright:  The bBlog Project, http://www.bblog.com/
Version:  $Id: $
Author:  Martin Konicek - <martin.konicek@atlas.cz> last modified by $LastChangedBy: $
Includes
require_once (rss_fetch.inc) [line 28]

get_rss (RSS_URL, INPUT_CHARSET, OUTPUT_CHARSET)

example: require_once('rss.php'); echo get_rss('http://www.root.cz/rss/','I88592','UTF8');

charsets: I88592, W1250, UTF8

[ Top ]

require_once (cls_convertor.inc) [line 29]
[ Top ]


Functions
get_rss  [line 37]

void get_rss( mixed $url, mixed $inputch, mixed $outputch, mixed $limit  )


[ Top ]