PhpCaptcha() public method

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