PHP : binary image data, checking the image type

Viewed 20691

I have some images in bin, I want to check the header to check the format (jpg, png, etc)

I don't want to use temp files! I have a solution using TEMP FILES.

7 Answers
Related