How can I check if a file is an mp3 file or image file, other than check each possible extension?
You can identify image files using getimagesize
.
To find out more about MP3 and other audio/video files, I have been recommended php-mp4info getID3().