Sr. PHP Programmer Question:
Download Questions PDF

What is MIME?

Answer:

MIME - Multi-purpose Internet Mail Extensions.

MIME types represents a standard way of classifying file types over Internet.

Web servers and browsers have a list of MIME types, which facilitates files transfer of the same type in the same way, irrespective of operating system they are working in.

A MIME type has two parts: a type and a subtype. They are separated by a slash (/).

MIME type for Microsoft Word files is application and the subtype is msword, i.e. application/msword.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
The value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?What are the characteristics of PHP variables?