PEAR_ChannelFile::fromXmlFile()

PEAR_ChannelFile::fromXmlFile()  --  Parse a channel.xml file. Expects the name of a channel xml file as input.

概要

require_once '/ChannelFile.php';

bool PEAR_ChannelFile::fromXmlFile (string $descfile)

説明

Parse the contents of a channel.xml and store in the current PEAR_ChannelFile object.

パラメータ

string $descfile

name of channel xml file

返り値

returns success of parsing

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。