Documentation
checkcaptcha
usage
boolean checkcaptcha(string visitor_guess)
paramètres
visitor_guess: the value entered by the visitor
retourne
A boolean expressing whether the user entered the correct value or not.
The function doesn't consider the difference between uppercase and lowercase (A=a) and considers 0,o and O to be the same character, to be easier for the user.