generateValidationHash() public method
Generates a hash code that can be used for client-side validation.
| public string generateValidationHash ( $code ) | ||
|---|---|---|
| $code | string | 
 The CAPTCHA code  |  
| return | string | 
 A hash code generated from the CAPTCHA code  |  
generateValidationHash() public method
Generates a hash code that can be used for client-side validation.
| public string generateValidationHash ( $code ) | ||
|---|---|---|
| $code | string | 
 The CAPTCHA code  |  
| return | string | 
 A hash code generated from the CAPTCHA code  |  
Please login to continue.