MimeType
class MimeType (View source)
Properties
| static protected array | $mimes | An array of extension to MIME types.  | 
                
Methods
                    static string
                
                
                    from(string $filename)
        
                                            
                
            Get the MIME type for a file based on the file's extension.
                    static string|array
                
                
                    get(string|null $extension = null)
        
                                            
                
            Get the MIME type for a given extension or return all mimes.
                    static string|null
                
                
                    search(string $mimeType)
        
                                            
                
            Search for the extension of a given MIME type.
                    static string
                
                
                    getMimeTypeFromExtension(string $extension)
        
                                            
                
            Get the MIME type for a given extension.
Details
        
                static            string
    from(string $filename)
        
    
    Get the MIME type for a file based on the file's extension.
        
                static            string|array
    get(string|null $extension = null)
        
    
    Get the MIME type for a given extension or return all mimes.
        
                static            string|null
    search(string $mimeType)
        
    
    Search for the extension of a given MIME type.
        
                static    protected        string
    getMimeTypeFromExtension(string $extension)
        
    
    Get the MIME type for a given extension.