PEAR_ChannelFile::getBaseURL()
PEAR_ChannelFile::getBaseURL()
-- Get the URL to access a base resource.
概要
require_once '/ChannelFile.php'; |
string
PEAR_ChannelFile::getBaseURL
(string
$resourceType, string|false
[$mirror = FALSE])
説明
Hyperlinks in the returned xml will be used to retrieve the proper information needed. This allows extreme extensibility and flexibility in implementation
パラメータ
- string
$resourceType Resource Type to retrieve
- mixed
$mirror
Mirror name, or false for primary server.
例外・エラー
throws
no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。