用来生成验证码的PHP库 - cool-php-captcha
<p>cool-php-captcha 是一个很酷的 PHP 用来生成验证码的库。</p> <p><img alt="用来生成验证码的PHP库 - cool-php-captcha" src="https://simg.open-open.com/show/ae6d7b5838165a8e2b6c081518a0fe7d.jpg" width="424" height="380" /></p> <p>示例代码:</p> <pre class="brush:php; toolbar: true; auto-links: false;">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();</pre> <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1324535000921" target="_blank">http://www.open-open.com/lib/view/home/1324535000921</a></p> <p></p>
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!