php检测png图片是否完好

前端之家收集整理的这篇文章主要介绍了php检测png图片是否完好前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

PHP检测png图片是否完好

<?PHP

$filename = ‘./D243375_0.png’;

$filename = realpath($filename);

if (!file_exists($filename)) {
die(“

猜你在找的PHP相关文章