interface MimeTypeGuesserInterface
Guesses the mime type of a file.
string | guess(string $path) Guesses the mime type of the file with the given path. |
Guesses the mime type of the file with the given path.
string | $path | The path to the file |
string | The mime type or NULL, if none could be guessed |
FileNotFoundException | If the file does not exist |
AccessDeniedException | If the file could not be read |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.html