Example XML_RSS::getStructure

XML_RSS

PEAR Manual


XML_RSS::XML_RSS

XML_RSS::XML_RSS -- Constructor

Synopsis

      require_once "XML/RSS.php";
     

void XML_RSS::XML_RSS ( mixed $handle='' )

Description

Constructor

Parameter

  • mixed $handle - file pointer or name of the RDF file.

Note

This function can not be called statically.

Example

Using XML_RSS()

       
<?php
$r 
=& new XML_RSS("test.rss");
?>


Example XML_RSS::getStructure

XML_RSS

PEAR Manual