What is a good way to check if an image is unique using PHP?

后端 未结 5 1766
失恋的感觉
失恋的感觉 2021-01-20 21:29

What is the best way to check if an image is unique using PHP? Say I have a directory of about 30 images (about 500*500 pixels), and someone uploads another picture, what is

5条回答
  •  甜味超标
    2021-01-20 22:15

    run a checksum on the file .. if it matches one you already have then its probably the same exact image.

提交回复
热议问题