httpconnection
__construct
(string $httphost, [int $httpport = 80], [bool $ssl = false], [mixed $proxyhost = false], [int $proxyport = 3128], [string $useragent = 'PHP/ReptilerHTTPClass'])
-
string
$httphost
-
int
$httpport
-
bool
$ssl
-
mixed
$proxyhost
-
int
$proxyport
-
string
$useragent
array
get
([string $uri = '/'], [mixed $parameters = false], [mixed $cookies = false], [string $authuser = ''], [string $authpassword = ''])
-
string
$uri
-
mixed
$parameters
-
mixed
$cookies
-
string
$authuser
-
string
$authpassword
array
head
([string $uri = '/'], [mixed $parameters = false], [mixed $cookies = false], [string $authuser = ''], [string $authpassword = ''])
-
string
$uri
-
mixed
$parameters
-
mixed
$cookies
-
string
$authuser
-
string
$authpassword
array
post
([string $uri = '/'], [mixed $parameters = false], [mixed $cookies = false], [mixed $fileparameters = false], [mixed $mimetypes = false], [string $authuser = ''], [string $authpassword = ''])
-
string
$uri
-
mixed
$parameters
-
mixed
$cookies
-
mixed
$fileparameters
-
mixed
$mimetypes
-
string
$authuser
-
string
$authpassword