PEAR_ChannelFile::fromXmlFile

PEAR_ChannelFile::fromXmlFile() – チャネルの xml ファイルを指定して、channel.xml をパースする

Synopsis

require_once '/ChannelFile.php';

bool PEAR_ChannelFile::fromXmlFile ( string $descfile )

Description

channel.xml の内容をパースし、PEAR_ChannelFile オブジェクトに保存します。

Parameter

string $descfile

チャネル xml ファイルの名前。

Return value

パースに成功したかどうかを返します。

Throws

例外はスローされません。

Note

This function can not be called statically.