Ben çeşitli kaynaklardan indirdiğiniz bir dizin görüntü dosyaları var.
Ben bir görüntünün adı varsa, nasıl PHP kullanarak varlığını kontrol edebilir?
Dosya var mı is_file()
denetler.
EDIT: btw, getImageSize() tells you a lot about the image, if it is valid, parseable by your server, how big it is, what type of image, etc. It is said to be slower than some of the more specialized functions, but when this returns true, you can be sure that the image will be fully usable.