PEAR_ChannelFile::getPath

PEAR_ChannelFile::getPath() – getPath

Synopsis

require_once '/ChannelFile.php';

string PEAR_ChannelFile::getPath ( string $protocol , string|false $mirror = = false )

Description

Récupère le chemin relatif pour accéder au protocole désiré. Si le canal est nommé foo.example.com et xmlrpc est accessible à foo.example.com/xml/rpc, alors le chemin sera xml/rpc.

Parameter

string $protocol

xmlrpc ou soap

string|FALSE $mirror

Nom du miroir ou FALSE pour le serveur primaire.

Throws

No exceptions thrown.

Note

This function can not be called statically.

Récupère le nom du canal (Previous) Récupère le port utilisé pour se connecter au serveur (Next)
Last updated: Sun, 29 Aug 2010 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report or add a note.
View this page in:

User Notes:

There are no user contributed notes for this page.