PEAR_ChannelFile::fromXmlFile()

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

Synopsis

require_once '/ChannelFile.php';

bool PEAR_ChannelFile::fromXmlFile (string $descfile)

Beschreibung

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

Parameter

string $descfile

name of channel xml file

Rückgabewert

returns success of parsing

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.