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

Référence de la classe php_http_connection

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des fonctions membres

php_http_connection::connect ( )

Establishes a socket connection

Renvoie:
boolean True if the connection was successful

Références $errorNumber, et $errorString.

php_http_connection::disconnect ( )

Disconnects the current connection

Renvoie:
boolean True if the connection has been disconnected
php_http_connection::formatHost ( hostString)

Formats a host string by stripping off the http:// prefix

Paramètres:
stringThe host name
Renvoie:
string The formatted 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().

Voici le graphe d'appel pour cette fonction :

php_http_connection::formatPath ( pathString)

Formats a path string

Paramètres:
stringThe path
Renvoie:
string The formatted path

Référencé par php_http_connection().

Voici le graphe d'appel pour cette fonction :

php_http_connection::isOpen ( )

Determines whether the connection is still open

Renvoie:
boolean True if the connection is still open
php_http_connection::php_http_connection ( host = '',
path = '/',
port = 80,
timeout = 0 
)

HTTP Connection constructor

Paramètres:
stringThe connection host name, with or without its protocol prefix
stringThe connection path, not including the host name
intThe port to establish the client connection on
intThe timeout value for the client connection

Références $host, $path, $port, $timeout, formatHost(), et formatPath().

Voici le graphe d'appel pour cette fonction :


Documentation des données membres

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().


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