Mime
in package
AbstractYes
まいむ。
あれこれ使いまわすやつの入力ミスを減らすために定義してるだけ。 大量に定義して管理するようなことはしない。
Table of Contents
Constants
- FORM = 'application/x-www-form-urlencoded'
- GZ = 'application/gzip'
- HTML = 'text/html'
- ICON = 'image/vnd.microsoft.icon'
- JSON = 'application/json'
- SQLITE3 = 'application/x-sqlite3'
- STREAM = 'application/octet-stream'
- SVG = 'image/svg+xml'
- TEXT = 'text/plain'
- ZIP = 'application/zip'
Methods
- fromFileName() : non-empty-string
- ファイルからMIMEを取得。
Constants
FORM
public
mixed
FORM
= 'application/x-www-form-urlencoded'
GZ
public
mixed
GZ
= 'application/gzip'
HTML
public
mixed
HTML
= 'text/html'
ICON
public
mixed
ICON
= 'image/vnd.microsoft.icon'
JSON
public
mixed
JSON
= 'application/json'
SQLITE3
public
mixed
SQLITE3
= 'application/x-sqlite3'
STREAM
public
mixed
STREAM
= 'application/octet-stream'
SVG
public
mixed
SVG
= 'image/svg+xml'
TEXT
public
mixed
TEXT
= 'text/plain'
ZIP
public
mixed
ZIP
= 'application/zip'
Methods
fromFileName()
ファイルからMIMEを取得。
public
static fromFileName(string $fileName) : non-empty-string
mime_content_type
ラッパー。
Parameters
- $fileName : string