string guess(string $path)
Tries to guess the mime type of the given file.
The file is passed to each registered mime type guesser in reverse order of their registration (last registered is queried first). Once a guesser returns a value that is not NULL, this method terminates and returns the value.
Please login to continue.