Exemple #1
0
 public static function form($text = "")
 {
     $c = new easy_captcha();
     return $c->form("{$text}");
 }
Exemple #2
0
 function form($text = '')
 {
     $c = new easy_captcha();
     return $c->form($text);
 }