Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicates:
Get MIME Type via PHP
How can I get the mime type in PHP

Hi all , I have a bunch of xxx.file files . is there any method in PHP i can get the MIME type of them ?

they vary from JPEG SWF AVI FLV ... but the extention is one *.file

Thank you

share|improve this question
2  
You have two separate problems: (1) identify each file's format based on its contents and (2) map each file format to a MIME type. The second one is trivial, but in the general case the first one is "unsolvable" because no program can have knowledge of all the file formats in the universe. You will have to constrain and clearly define your requirements before you can work out a solution. – Jon May 7 '11 at 12:02
Thx Jon ....... – Ronan Dejhero May 7 '11 at 12:14

marked as duplicate by Wesley Murch, deceze, Jeff Atwood May 8 '11 at 11:13

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

Browse other questions tagged or ask your own question.