default_mimetype

By default, PHP will output a character encoding using the Content-type: header. To disable sending of the charset, simply set it to be empty. PHP's built-in default is text/html.

MIME types offer a standard means for classifying file types on the Internet. You can serve any of these file types via PHP applications, the most common of which is text/html. If you're using PHP in other fashions.

Example :

default_mimetype = "text/html"

However, such as a content generator for WML (Wireless Markup Language) applications, you need to adjust the MIME type accordingly. You can do so by modifying the default_mimetype directive.





Content