文件名称:cool-php-captcha 0.3 验证码生成库代码.rar
文件大小:1.53MB
文件格式:RAR
更新时间:2022-07-29 06:21:21
PHP源码-其它类别
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();
【文件预览】:
cool-php-captcha-0.3
----liehuo.net()
--------example.jpg(3KB)
--------down.liehuo.net.url(130B)
--------LICENSE.txt(34KB)
--------烈火学院.url(320B)
--------resources()
--------captcha.php(12KB)
--------说明文件.txt(1KB)
--------example-form.php(2KB)