W3cubDocs

/Symfony 4.1

MimeTypeGuesserInterface

interface MimeTypeGuesserInterface

Guesses the mime type of a file.

Methods

string guess(string $path)

Guesses the mime type of the file with the given path.

Details

string guess(string $path)

Guesses the mime type of the file with the given path.

Parameters

string $path The path to the file

Return Value

string The mime type or NULL, if none could be guessed

Exceptions

FileNotFoundException If the file does not exist
AccessDeniedException If the file could not be read