PEAR_ChannelFile::resetFunctions

PEAR_ChannelFile::resetFunctions() – Vide toutes les définitions de protocoles

Synopsis

require_once '/ChannelFile.php';

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

Description

Efface toutes les fonctions définies dans channel.xml, afin de commencer à ajouter une nouvelle liste.

Parameter

string $type

Type de protocole (xmlrpc, soap)

string|FALSE $mirror

Nom du miroir, s'il y en a un

Throws

No exceptions thrown.

Note

This function can not be called statically.