phpCoreLib2
[ class tree: phpCoreLib2 ] [ index: phpCoreLib2 ] [ all elements ]

Class: DProxyHTTP

Source Location: /Remote/HTTP/DProxyHTTP.php

Class Overview

DObject
   |
   --DHTTPBase
      |
      --DProxyHTTP

Proxy HTTP class


Variables

Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: DHTTPBase

DHTTPBase::__construct()
Constructor
DHTTPBase::getURL()
Gets to a givven URL
DHTTPBase::loadUrl()
Loads the $url content in the HTMLContentArray member variable
DHTTPBase::postFile()
Posts file to a givven URL
DHTTPBase::postUrl()
Posts to a givven URL
DHTTPBase::toFile()
Saves data to file
DHTTPBase::toStr()
Gets string raw data

Class: DObject

DObject::__construct()
Constructor
DObject::debug()
Debig
DObject::getClassMembers()
Gets member variables of the instance
DObject::getClassMemberType()
Gets class member type
DObject::getClassMethods()
Gets classes of the class
DObject::getClassName()
Gets class name
DObject::PHPSerialize()
Gets serialized string of the class
DObject::trace()
Trace
DObject::__destruct()
Descructor
DObject::__toString()
Returns String equivalent of the object.

Class Details

[line 16]
Proxy HTTP class



[ Top ]


Class Variables

$host =  ""

[line 23]

Host



Tags:

access:  public

Type:   string


[ Top ]

$port =  0

[line 30]

Port



Tags:

access:  public

Type:   int


[ Top ]

$username =  ""

[line 36]

Username



Tags:

access:  public

Type:   string


[ Top ]

$userpass =  ""

[line 43]

Userpass



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 55]

DProxyHTTP __construct( string $host, int $port, [string $username = ""], [string $userpass = ""])

Constructor



Tags:

access:  public


Overrides DHTTPBase::__construct() (Constructor)

Parameters:

string   $host  
int   $port  
string   $username  
string   $userpass  

[ Top ]

method loadUrl [line 71]

boolean loadUrl( string $url)

Loads the $url content in the HTMLContentArray member variable



Tags:

access:  public


Overrides DHTTPBase::loadUrl() (Loads the $url content in the HTMLContentArray member variable)

Parameters:

string   $url  

[ Top ]


Documentation generated on Sat, 17 Apr 2010 22:09:57 +0300 by phpDocumentor 1.4.3