class MimeType (View source)

Methods

static MimeTypesInterface
getMimeTypes()

Get the mime types instance.

static string
from(string $filename)

Get the MIME type for a file based on the file's extension.

static string
get(string $extension)

Get the MIME type for a given extension or return all mimes.

static string|null
search(string $mimeType)

Search for the extension of a given MIME type.

Details

static MimeTypesInterface getMimeTypes()

Get the mime types instance.

Return Value

MimeTypesInterface

static string from(string $filename)

Get the MIME type for a file based on the file's extension.

Parameters

string $filename

Return Value

string

static string get(string $extension)

Get the MIME type for a given extension or return all mimes.

Parameters

string $extension

Return Value

string

Search for the extension of a given MIME type.

Parameters

string $mimeType

Return Value

string|null