1.2.691. Mime Types¶
List of Mime Types that are mentioned in the code.
<?php
$mimeType = 'multipart/form-data';
$mimeType = 'image/jpeg';
$mimeType = 'application/zip';
header('Content-Type: '.$mimeType);
?>
See also Media Type and MIME..
1.2.691.1. Specs¶
Short name |
Type/MimeType |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
High |
Available in |