示例#1
0
 static function checkCaptcha($value)
 {
     $captcha = new Cola_Ext_Captcha();
     return $captcha->check($value);
 }