All Projects → silenceper → Vcode

silenceper / Vcode

Licence: other
Vcode.class.php 中英文验证码类

Programming Languages

PHP
23972 projects - #3 most used programming language

Vcode.class.php 中英文验证码类

vsersion:2.0
author:silenceper
email:silenceper#gmail.com(将#改为@)

说明:

支持中英文验证码生产类,使用方法:

include 'Vcode.class.php';   
$code=new Vcode();   
$code->showImage("./simsun.ttc",true);//true 表示使用中文验证码   

效果

中文验证码:
中文验证码

英文验证码:
英文验证码

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].