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 for the usage of XML_RSS (Previous) Get complete structure of RSS file (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.