Class SocketWriteRead
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.
Package: akismet
Copyright: Alex Potsides, http://www.achingbrain.net
License: BSD License
Author: Alex Potsides
Version: 0.1
Link: http://www.achingbrain.net/
Located at wa-apps/blog/plugins/akismet/vendors/Akismet.class.php
Copyright: Alex Potsides, http://www.achingbrain.net
License: BSD License
Author: Alex Potsides
Version: 0.1
Link: http://www.achingbrain.net/
Located at wa-apps/blog/plugins/akismet/vendors/Akismet.class.php
public
|
|
public
|
|
public
string
|
|
public
integer
|
|
public
string
|
private
mixed
|
$host |
|
|
private
mixed
|
$port |
|
|
private
mixed
|
$request |
|
|
private
mixed
|
$response |
|
|
private
mixed
|
$responseLength |
|
|
private
mixed
|
$errorNumber |
|
|
private
mixed
|
$errorString |
|