PhpCaptcha() public method

public PhpCaptcha ( $aFonts, $iWidth = CAPTCHA_WIDTH, $iHeight = CAPTCHA_HEIGHT )
Example #1
0
 function PhpCaptchaColour($aFonts, $iWidth = CAPTCHA_WIDTH, $iHeight = CAPTCHA_HEIGHT)
 {
     // call parent constructor
     parent::PhpCaptcha($aFonts, $iWidth, $iHeight);
     // set options
     $this->UseColour(true);
 }
Example #2
0
 function PhpCaptchaColour($aFonts, $iWidth = CAPTCHA_WIDTH, $iHeight = CAPTCHA_HEIGHT)
 {
     parent::PhpCaptcha($aFonts, $iWidth, $iHeight);
     $this->UseColour(true);
 }