摘要:
1. 递归 public function getInfo(){$data=$this->select();$arr=$this->noLimit($data,$f_id=0,$level=0);return $arr;}//无限极分类public function noLimit($data,$f 阅读全文
摘要:
<?php//验证码工具类class Captcha{//属性private $width;private $height;private $fontsize;private $pixes;private $lines;private $str_len;/** 构造方法* @param1 array 阅读全文
摘要:
<?php//图片处理工具类class Image{//属性private $thumb_width; //缩略图的宽private $thumb_height;//错误属性public $thumb_error;//构造方法public function __construct($width = 阅读全文
摘要:
<?php//封装一个表单验证类//中文验证、邮箱验证、电话号码、手机、QQ、身份证、(由字母、数字、下划线组成,不能以数字开头)header('content-type:text/html;charset=utf-8');class Form{/*//中文验证的方法//参数:$str,$num1, 阅读全文