MimeTypeGuesserInterface
interface MimeTypeGuesserInterface
Guesses the MIME type of a file.
Methods
bool
isGuesserSupported()
Returns true if this guesser is supported.
string|null
guessMimeType(string$path)
Guesses the MIME type of the file with the given path.