PEAR_ChannelFile::setSSL()

PEAR_ChannelFile::setSSL()  -- Sets whether SSL is used to connect to this channel

概要

require_once '/ChannelFile.php';

void PEAR_ChannelFile::setSSL (bool [$ssl = TRUE], string|false [$mirror = FALSE])

説明

This function is used to inform the PEAR installer to use SSL when connecting to this channel server.

パラメータ

boolean $ssl

Determines whether to turn on SSL support or turn it off

string|FALSE $mirror

name of the mirror server, or FALSE for the primary server

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。