PHP比较好的验证码.docVIP

  • 3
  • 0
  • 约1.25万字
  • 约 11页
  • 2018-01-18 发布于河南
  • 举报
PHP比较好的验证码

?php /** * Verification Code Class * * Used to anti-spam base at PHP GD Lib * @author Eric,wangyingei@ * @version 1.0 * @copyright Ereesoft Inc. 2009 * @update 2009-05-14 22:32:05 * @example * session_sratr(); * $vcode = new Vcode(); * $vcode-setLength(5); * $_SESSION[vcode] = $vcode-paint();// To be encrypted by MD5 */ class Vcode{ /** * @var $width The width of the image,auto Calculated 验证图片宽度,程序自动计算 */ private $width; /** * @var $height Image height 验证图片高度 */ private $height; /** * @var $length Verification Code len

文档评论(0)

1亿VIP精品文档

相关文档