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.
Please login to continue.