获取图片信息
/**
* 获取图片信息
* @param
* @author huangpeng
* @Time 2018/11/28 11:44
*/
function getimagesizeInfo($img){
list($width, $height, $type, $attr) =getimagesize($img);
return ['width'=>$width,'height'=>$height];
}
/**
* 获取图片信息
* @param
* @author huangpeng
* @Time 2018/11/28 11:44
*/
function getimagesizeInfo($img){
list($width, $height, $type, $attr) =getimagesize($img);
return ['width'=>$width,'height'=>$height];
}