+ -
当前位置:首页 → 电脑软件 → php下载cool-php-captcha
cool-php-captcha

cool-php-captcha

  • 类型:php下载
  • 评分:
  • 版本:cool-php-captcha
  • 语言:简体中文
  • 大小: 1.46 MB
  • 更新:2021-09-28
  • cool-php-captcha源码下载

内容介绍


cool-php-captcha 是一个很酷的 PHP 用来生成验证码的库。

示例代码:

session_start();
$captcha = new SimpleCaptcha();
// Change configuration...
//$captcha->wordsFile = null; // Disable dictionary words
//$captcha->wordsFile = 'words/es.txt'; // Enable spanish words
//$captcha->session_var = 'secretword'; // Change session variable
$captcha->CreateImage();

应用截图