PEAR_ChannelFile::toXml()

PEAR_ChannelFile::toXml()  -- Return an XML document based on the internal representation of this channel

Synopsis

require_once '/ChannelFile.php';

string PEAR_ChannelFile::toXml ()

Beschreibung

This should be used to generate a channel.xml based on the data stored in the PEAR_ChannelFile class.

Rückgabewert

returns XML data

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.