FileAccess Orion

MimeTypeGuesserInterface

Guesses the MIME type of a file.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

guessMimeType()  : string|null
Guesses the MIME type of the file with the given path.
isGuesserSupported()  : bool
Returns true if this guesser is supported.

Methods

guessMimeType()

Guesses the MIME type of the file with the given path.

public guessMimeType(string $path) : string|null
Parameters
$path : string

The path to the file

Tags
throws
LogicException

If the guesser is not supported

throws
InvalidArgumentException

If the file does not exist or is not readable

Return values
string|null

The MIME type or null, if none could be guessed

isGuesserSupported()

Returns true if this guesser is supported.

public isGuesserSupported() : bool
Return values
bool

Search results