Class HTTPSender

Description

Utility class used by Akismet

This class is used by Akismet to do the actual sending and receiving of data.

The code originates in the Akismet WordPress plugin, which is available on the Akismet website.

Located in /Akismet.class.php (line 283)


	
			
Method Summary
HTTPSender __construct (mixed $host, mixed $port, mixed $request, [mixed $responseLength = 1160])
string getResponse ()
void send ()
void setResponseLength (mixed $responseLength)
Methods
Constructor __construct (line 294)

Creates a new object.

  • access: public
HTTPSender __construct (mixed $host, mixed $port, mixed $request, [mixed $responseLength = 1160])
getResponse (line 330)

Returns the server response text

  • access: public
string getResponse ()
send (line 306)

Does the actual sending of data

  • access: public
void send ()
setResponseLength (line 339)

Sets the length of the server response.

  • access: public
void setResponseLength (mixed $responseLength)

Documentation generated on Thu, 12 Jan 2006 11:35:44 +0000 by phpDocumentor 1.3.0RC5