API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
php_http_connection::connect | ( | ) |
Establishes a socket connection
Références $errorNumber, et $errorString.
php_http_connection::disconnect | ( | ) |
Disconnects the current connection
php_http_connection::formatHost | ( | $ | hostString | ) |
Formats a host string by stripping off the http:// prefix
string | The host name |
Référencé par xml_domit_rss_base_document::establishConnection(), DOMIT_Document::establishConnection(), DOMIT_Lite_Document::establishConnection(), php_text_cache::establishConnection(), et php_http_connection().
php_http_connection::formatPath | ( | $ | pathString | ) |
Formats a path string
string | The path |
Référencé par php_http_connection().
php_http_connection::isOpen | ( | ) |
Determines whether the connection is still open
php_http_connection::php_http_connection | ( | $ | host = '' , |
$ | path = '/' , |
||
$ | port = 80 , |
||
$ | timeout = 0 |
||
) |
HTTP Connection constructor
string | The connection host name, with or without its protocol prefix |
string | The connection path, not including the host name |
int | The port to establish the client connection on |
int | The timeout value for the client connection |
Références $host, $path, $port, $timeout, formatHost(), et formatPath().
php_http_connection::$connection = null |
php_http_connection::$errorNumber = 0 |
Référencé par connect().
php_http_connection::$errorString = '' |
Référencé par connect().
php_http_connection::$host |
Référencé par php_http_connection().
php_http_connection::$path |
Référencé par php_http_connection().
php_http_connection::$port |
Référencé par php_http_connection().
php_http_connection::$timeout |
Référencé par php_http_connection().