发现一个验证码类Captcha

发现一个验证码类Captcha,测试过了,可以用,很实用。

 

点击这里获取类的源代码 http://keleyi.com/a/bjac/4w0otu4n.htm

 

以下是类的一个使用例子:

<?php
require_once 'captcha.class.php';

$captcha = new Captcha(80,30,4);

$captcha->showImg();

?>

 

 

 

你可能感兴趣的:(PHP)