bool PEAR_Config::setChannels (
array $channels
, bool $merge
= false
)
This should be set via a call to PEAR_Registry::listChannels(). A call to this function sets up empty arrays for each channel in configurations.
$channels
a simple list of channel names.
$merge
if true, then the list of channel is merged with the existing list, otherwise it replaces the existing list.
returns success of operation
throws no exceptions thrown
This function can not be called statically.