App\services\UploadsManager::fileMimeType PHP Méthode

fileMimeType() public méthode

Return the mime type
public fileMimeType ( $path ) : null | string
$path
Résultat null | string
    public function fileMimeType($path)
    {
        return $this->mimeDetect->findType(pathinfo($path, PATHINFO_EXTENSION));
    }