PEAR_ChannelFile::resetFunctions()

PEAR_ChannelFile::resetFunctions()  -- Empty all protocol definitions

Synopsis

require_once '/ChannelFile.php';

void PEAR_ChannelFile::resetFunctions (string $type, string|false [$mirror = FALSE])

Beschreibung

Clear all functions defined in the channel.xml, in order to start adding a new list.

Parameter

string $type

protocol type (xmlrpc, soap)

string|FALSE $mirror

mirror name, if any

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.