Is there something like getimagesize() for audio files that would help to determine the type of an audio file?? thanks!
I'm trying to verify if a file is an mp3. Right now I am checking the mimes that I know of against a list held in an array....just wondering if there was a better way to do it.
yes I saw that I was just hoping there was a better way than the array thing and the mime_content_type doesn't appear to be reliable either