图片处理
摘要:img_width = $imgwidth; $this->img_height = $imgheight; $this->img_quality = $imgquality; $this->img_pct = $imgpct; } function image(){ $this->__construct(); } function set($imgwidth=240, $imgheight=180, $imgquality=80, $imgpct=0){ $this->img_width = $imgwidth; $this->img_height = $
阅读全文
posted @ 2013-08-29 15:43