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 |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.html