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
at line 34
public string
guess(string $path)
Guesses the mime type of the file with the given path.