XML_RSS::XML_RSS

XML_RSS::XML_RSS – Constructeur

Synopsis

require_once "XML/RSS.php";

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

Description

Constructeur

Parameter

  • mixed $handle - pointeur de fichier ou nom du fichier RDF.

Note

This function can not be called statically.

Example

Utilisation de XML_RSS()

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