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.
$ssl
Determines whether to turn on SSL support or turn it off
$mirror
name of the mirror server, or FALSE for the primary server
throws no exceptions thrown
This function can not be called statically.