void XML_RSS::XML_RSS (
mixed $handle=''
)
Constructor
mixed $handle
-
file pointer or name of the RDF file.
This function can not be called statically.
Using XML_RSS()
<?php
$r =& new XML_RSS("test.rss");
?>