\OSS\CoreMimeTypes

Class MimeTypes

在上传文件的时候,根据文件的缺省名,得到其对应的Content-type

Summary

Methods
Properties
Constants
getMimetype()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$mime_types
N/A

Properties

$mime_types

$mime_types : 

Type

Methods

getMimetype()

getMimetype(string  $name) : string

根据文件名,获取http协议header中的content-type应该填写的数据

Parameters

string $name

缺省名

Returns

string —

content-type