API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe php_http_connector

Graphe d'héritage de php_http_connector:

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des fonctions membres

php_http_connector::setAuthorization ( user,
password 
)

Specifies basic authentication for an http connection

Paramètres:
stringThe user name
stringThe password

Références $user.

php_http_connector::setConnection ( host,
path = '/',
port = 80,
timeout = 0,
user = null,
password = null 
)

Specifies the parameters of the http conection used to obtain the xml data

Paramètres:
stringThe ip address or domain name of the connection
stringThe path of the connection
intThe port that the connection is listening on
intThe timeout value for the connection
stringThe user name, if authentication is required
stringThe password, if authentication is required

Références $host, $path, et $user.

Référencé par php_text_cache::establishConnection().

Voici le graphe d'appel pour cette fonction :

php_http_connector::setProxyAuthorization ( user,
password 
)

Specifies basic authentication for the proxy

Paramètres:
stringThe user name
stringThe password

Références $user.

php_http_connector::setProxyConnection ( host,
path = '/',
port = 80,
timeout = 0,
user = null,
password = null 
)

Specifies that a proxy is to be used to obtain the data

Paramètres:
stringThe ip address or domain name of the proxy
stringThe path to the proxy
intThe port that the proxy is listening on
intThe timeout value for the connection
stringThe user name, if authentication is required
stringThe password, if authentication is required

Références $host, $path, et $user.


Documentation des données membres

php_http_connector::$httpConnection = null

La documentation de cette classe a été générée à partir du fichier suivant :