Utility class used by Akismet
This class is used by Akismet to do the actual sending and receiving of data. It opens a connection to a remote host, sends some data and the reads the response and makes it available to the calling program.
The code that makes up this class originates in the Akismet WordPress plugin, which is available on the Akismet website.
N.B. It is not necessary to call this class directly to use the Akismet class. This is included here mainly out of a sense of completeness.
Located in /Akismet.class.php (line 311)
Returns the error number
If there was no error, 0 will be returned.
Returns the error string
If there was no error, an empty string will be returned.
Returns the server response text
Sends the data to the remote host.
Documentation generated on Sat, 23 Feb 2008 11:03:15 +0000 by phpDocumentor 1.4.1