PEAR_ChannelFile::getMirrors

PEAR_ChannelFile::getMirrors() – Retrieve a list of all mirrors and their contents

Synopsis

require_once '/ChannelFile.php';

array PEAR_ChannelFile::getMirrors ( )

Description

This returns an array of mirror information in the format defined by getMirror()

Throws

throws no exceptions thrown

Note

This function can not be called statically.