- 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
您可能关注的文档
- Windows7 40个新增功能和实用技巧.doc
- 几个你可能没有注意到的电脑使用技巧.doc
- 人教版新目标八年级下册英语Unit2_I_will_help_clean_up_the_city_parks全单元课件.ppt
- 更好的使用win7.doc
- VIZRT 手册.doc
- 道北小学电子白板使用方法和技巧培训.doc
- 游戏公司面试题及答案.doc
- 70个功能和小技巧 全面彻底搞定Win.doc
- 3ds max 发展历程.doc
- 70个小技巧 彻底搞定Win7.docx
- 2026届甘肃省民勤三中高考化学三模试卷含解析.doc
- 2021年人力资源年终工作汇报 附2026年人力预算测算表 可直接套用.pptx
- 2021年直播间氛围打造提升停留时长培训课件.pptx
- 2026届广西钦州市第二中学高三第二次模拟考试历史试卷含解析.doc
- 2020应对儿童厌学叛逆专属心理健康教育宣讲课件.pptx
- 2026届江苏省南通巿启东中学5月高三月考物理试题.doc
- 2026年初中语文写作课件.pptx
- 2026年电子元件检测实训教程PPT.pptx
- 2026届安徽省肥东县圣泉中学高三下期末模拟联考数学试题.doc
- 广东省惠东县惠东高级中学2026届高三考前热身生物试卷含解析.doc
原创力文档

文档评论(0)