摘要: /*** 图像处理-获取图像信息* @param string $source 源文件图片* @return array(图片的宽、高、类型)*/function get_img_info($source) {$imginfo = array();$ext = strtolower(substr(s 阅读全文
posted @ 2016-05-05 13:25 rickon 阅读(406) 评论(0) 推荐(0)