API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
php_http_connector::setAuthorization | ( | $ | user, |
$ | password | ||
) |
Specifies basic authentication for an http connection
string | The user name |
string | The 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
string | The ip address or domain name of the connection |
string | The path of the connection |
int | The port that the connection is listening on |
int | The timeout value for the connection |
string | The user name, if authentication is required |
string | The password, if authentication is required |
Références $host, $path, et $user.
Référencé par php_text_cache::establishConnection().
php_http_connector::setProxyAuthorization | ( | $ | user, |
$ | password | ||
) |
Specifies basic authentication for the proxy
string | The user name |
string | The 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
string | The ip address or domain name of the proxy |
string | The path to the proxy |
int | The port that the proxy is listening on |
int | The timeout value for the connection |
string | The user name, if authentication is required |
string | The password, if authentication is required |
php_http_connector::$httpConnection = null |