标签: php getimagesize
此代码在我的托管服务器上返回false,但不在我的localhost上返回
if(getimagesize($photo_tmp_name)) { .... } else { echo 'error getimage size'; // i did this to check only }
注意:$ photo_tmp_name有效,只是我收到getimagesize错误。
getimagesize