PEAR_ChannelFile::fromXmlString()

PEAR_ChannelFile::fromXmlString()  -- fromXmlString

Synopsis

require_once '/ChannelFile.php';

bool PEAR_ChannelFile::fromXmlString (string $data)

Beschreibung

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

Parameter

string $data

contents of package.xml file

Rückgabewert

returns success of parsing

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.