What is MIME?
Answer / k.subbiah
Definition:
string mime_content_type ( string $filename )
Returns the content type in MIME format, like text/plain or application/octet-stream.
example:
<?php
echo mime_content_type('php.gif') . "\n";
echo mime_content_type('test.php');
?>
output:
image/gif
text/plain
| Is This Answer Correct ? | 0 Yes | 5 No |
what is different between PHP and Asp.net?
What does mvc stand for and what does each component do?
Is learning php easy?
How many records can be stored in mysql table?
Can you convert php to html?
sort term descripttion form, report and uery
What are objects in php?
How many Types of COmments are there in PHP and what are they?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What PHP stands for?
Tell me can you extend a final defined class?
what is the maximum size of databasi in mysql?