Class httpconnection

Description

Located in /httpconnection.class.php (line 16)

tcpconnection
   |
   --httpconnection
Method Summary
httpconnection __construct (string $httphost, [int $httpport = 80], [bool $ssl = false], [mixed $proxyhost = false], [int $proxyport = 3128], [string $useragent = 'PHP/ReptilerHTTPClass'])
array get ([string $uri = '/'], [mixed $parameters = false], [mixed $cookies = false], [string $authuser = ''], [string $authpassword = ''])
array head ([string $uri = '/'], [mixed $parameters = false], [mixed $cookies = false], [string $authuser = ''], [string $authpassword = ''])
array post ([string $uri = '/'], [mixed $parameters = false], [mixed $cookies = false], [mixed $fileparameters = false], [mixed $mimetypes = false], [string $authuser = ''], [string $authpassword = ''])
Methods
Constructor __construct (line 53)
  • access: public
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
get (line 295)
  • access: public
array get ([string $uri = '/'], [mixed $parameters = false], [mixed $cookies = false], [string $authuser = ''], [string $authpassword = ''])
  • string $uri
  • mixed $parameters
  • mixed $cookies
  • string $authuser
  • string $authpassword
head (line 228)
  • access: public
array head ([string $uri = '/'], [mixed $parameters = false], [mixed $cookies = false], [string $authuser = ''], [string $authpassword = ''])
  • string $uri
  • mixed $parameters
  • mixed $cookies
  • string $authuser
  • string $authpassword
post (line 364)
  • access: public
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

Documentation generated on Sat, 07 Jun 2008 16:31:42 +0800 by phpDocumentor 1.4.1