<?php
/**
*验证码类
*/
classVerify
{
//成员属性
private$width; //宽
private$height; //高
private$verify_code; //验证码字符串
private$verify_nums; //验证码个数
private$verify_type; //验证码字符类型
private$p_w_picpath_type; //图片类型(JPG/PNG..
分类:
其他好文 时间:
2016-09-18 21:24:17
阅读次数:
120