php getimagesize检查图像是否存在

时间:2017-11-22 14:13:34

标签: php getimagesize

我正在使用以下

if ($dataprev['imagefile']!='' && getimagesize('http://localhost/branches/standard/uploads/' . $dataprev['imagefile']) !== false) {
    $html .= '&nbsp;<img src="http://localhost/branches/standard/uploads/' . $dataprev['imagefile'] . '" height="100" border="0"/>';
}

检查图像是否存在。由于某种原因,它不能很好地工作。该应用程序尝试加载一些未发现的图像。问题是什么以及如何做得更好?

0 个答案:

没有答案