ajout ref_mimetypes
This commit is contained in:
parent
a059f0cb42
commit
ab744eb1a5
12
src/ref/web/ref_mimetypes.php
Normal file
12
src/ref/web/ref_mimetypes.php
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
namespace nur\sery\ref\web;
|
||||||
|
|
||||||
|
class ref_mimetypes {
|
||||||
|
const TXT = "text/plain";
|
||||||
|
const CSV = "text/csv";
|
||||||
|
|
||||||
|
const BINARY = "application/octet-stream";
|
||||||
|
const XLS = "application/vnd.ms-excel";
|
||||||
|
const XLSX = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
|
||||||
|
const ODS = "application/vnd.oasis.opendocument.spreadsheet";
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user