PEAR_ChannelFile::setName | PEAR_ChannelFile::setPort |
PEAR_ChannelFile | |
PEAR Manual | |
require_once '/ChannelFile.php'; |
void
PEAR_ChannelFile::setPath
(
string
$protocol
,
string|false
$path
,
string|false
$mirror = FALSE
)
Set the relative location to the channel that should be used to connect to the selected protocol. Defaults are xmlrpc.php for xml-rpc and soap.php for SOAP.
xmlrpc or soap
name of the mirror server, or FALSE for the primary
Mirror name or false for primary server.
throws no exceptions thrown
This function can not be called statically.
PEAR_ChannelFile::setName | PEAR_ChannelFile::setPort |
PEAR_ChannelFile | |
PEAR Manual | |