XML_RSS::XML_RSS

XML_RSS::XML_RSS – コンストラクタ

Synopsis

require_once "XML/RSS.php";

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

Description

コンストラクタです。

Parameter

  • mixed $handle - ファイルポインタかRDFファイル名を指定します。

Note

This function can not be called statically.

Example

XML_RSS()の使用法

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