A class for dealing with the Akismet web service. Akismet provides a service to help people identify messages - specially blog comments - as spam or not spam.
Located in /Akismet.php (line 29)
Constructor for the class, must be called
Checks whether a comment / message is spam
Sets some default values for the user_ip, user_agent, and referrer options from the $_SERVER superglobal
Resets the class variable vars to only contain entries for key and blog. Sets up the class for further requests.
Performs the HTTP request to the Akismet web service, adds the POST requests, and returns the response body from Akismet as a string
This call is for submitting comments as ham (not spam) that were identified as spam by checkIsSpam. It takes identical arguments as checkIsSpam.
This call is for submitting comments as spam that weren't identified as spam by checkIsSpam. It takes identical arguments as checkIsSpam.
Validates whether or not your API key is valid
Documentation generated on Sun, 11 Jun 2006 17:27:46 -0700 by phpDocumentor 1.3.0RC3