Full index
Package indexes
akismet
a
g
i
s
_
a
top
Akismet
Akismet
in Akismet.class.php
The Akismet PHP5 Class
Akismet.class.php
Akismet.class.php
in Akismet.class.php
g
top
getErrorNumner
SocketWriteRead::getErrorNumner()
in Akismet.class.php
Returns the error number
getErrorString
SocketWriteRead::getErrorString()
in Akismet.class.php
Returns the error string
getResponse
SocketWriteRead::getResponse()
in Akismet.class.php
Returns the server response text
i
top
isCommentSpam
Akismet::isCommentSpam()
in Akismet.class.php
Tests for spam.
isKeyValid
Akismet::isKeyValid()
in Akismet.class.php
Makes a request to the Akismet service to see if the API key passed to the constructor is valid.
s
top
send
SocketWriteRead::send()
in Akismet.class.php
Sends the data to the remote host.
setAkismetServer
Akismet::setAkismetServer()
in Akismet.class.php
Defaults to rest.akismet.com
setAkismetVersion
Akismet::setAkismetVersion()
in Akismet.class.php
Defaults to '1.1'
setAPIPort
Akismet::setAPIPort()
in Akismet.class.php
Defaults to 80
setCommentAuthor
Akismet::setCommentAuthor()
in Akismet.class.php
The name that the author submitted with the comment.
setCommentAuthorEmail
Akismet::setCommentAuthorEmail()
in Akismet.class.php
The email address that the author submitted with the comment.
setCommentAuthorURL
Akismet::setCommentAuthorURL()
in Akismet.class.php
The URL that the author submitted with the comment.
setCommentContent
Akismet::setCommentContent()
in Akismet.class.php
The comment's body text.
setCommentType
Akismet::setCommentType()
in Akismet.class.php
The type of comment being submitted.
setPermalink
Akismet::setPermalink()
in Akismet.class.php
A permanent URL referencing the blog post the comment was submitted to.
setReferrer
Akismet::setReferrer()
in Akismet.class.php
To override the referring page when submitting spam/ham later on
setUserIP
Akismet::setUserIP()
in Akismet.class.php
To override the user IP address when submitting spam/ham later on
SocketWriteRead
SocketWriteRead
in Akismet.class.php
Utility class used by Akismet
submitHam
Akismet::submitHam()
in Akismet.class.php
Submit ham that is incorrectly tagged as spam.
submitSpam
Akismet::submitSpam()
in Akismet.class.php
Submit spam that is incorrectly tagged as ham.
_
top
__construct
SocketWriteRead::__construct()
in Akismet.class.php
__construct
Akismet::__construct()
in Akismet.class.php
a
g
i
s
_