PEAR_ChannelFile::resetFunctions

PEAR_ChannelFile::resetFunctions() – すべてのプロトコル定義を空にする

Synopsis

require_once '/ChannelFile.php';

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

Description

channel.xml で定義されているプロトコル定義をすべて消去し、 新しいリストを追加できるようにします。

Parameter

string $type

プロトコルの型 (xmlrpc、soap)。

string|FALSE $mirror

もし使用する場合は、ミラーの名前。

Throws

例外はスローされません。

Note

This function can not be called statically.