PEAR_ChannelFile::getBaseURL()

PEAR_ChannelFile::getBaseURL()  -- Get the URL to access a base resource.

Synopsis

require_once '/ChannelFile.php';

string PEAR_ChannelFile::getBaseURL (string $resourceType, string|false [$mirror = FALSE])

Beschreibung

Hyperlinks in the returned xml will be used to retrieve the proper information needed. This allows extreme extensibility and flexibility in implementation

Parameter

string $resourceType

Resource Type to retrieve

mixed $mirror

Mirror name, or false for primary server.

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.