cool-php-captcha 生成验证码的代码 |
2021-01-21 17:19:53 35资源网(www.35d.net) |
.net |
下载本资源原文网址:http://www.daima.org/net/net4458.html 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(); |
|
|
|
资源大全_资源下载网站:www.35d.net 本站资源仅限研究学习使用,如需商用请联系版权方, 本站事务联系QQ:939804642
|
|