Returns a new or the current CAPTCHA string.
public static getCAPTCHA ( boolean $new = false ) : string | ||
$new | boolean | If true, a new CAPTCHA is created and returned. The current, to-be-confirmed string otherwise. |
return | string | A CAPTCHA string. |