Search for in the Packages This site (using Yahoo!) Developers Developer mailing list General mailing list CVS commits mailing list
require_once "XML/RSS.php";
void XML_RSS::XML_RSS ([mixed $handle=''])
void XML_RSS::XML_RSS
Constructor
mixed $handle - file pointer or name of the RDF file.
This function can not be called statically.
Example 68-1. Using XML_RSS()
<?php $r =& new XML_RSS("test.rss"); ?>