PEAR_ChannelFile::getSSL()
PEAR_ChannelFile::getSSL()
-- get SSL support for a channel or mirror
概要
require_once '/ChannelFile.php'; |
bool
PEAR_ChannelFile::getSSL
(mixed
[$mirror = FALSE])
説明
This function can be used to determine whether a channel or mirror requires a
secure connection through SSL in order to access the packages.
パラメータ
- string|FALSE
$mirror
Mirror name or false for primary server
返り値
returns
Determines whether secure sockets layer (SSL) is used to connect to this channel
例外・エラー
throws
no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。