摘要: <?php//图像处理类class Image { private $file; //图片地址 private $width; //图片长度 private $height; //图片长度 private $type; //图片类型 private $img; //原图的资源句柄 private $new; //新图的资源句柄 //构造方法,初始化 public fun... 阅读全文
posted @ 2013-01-06 20:37 quba 阅读(190) 评论(0) 推荐(0)