FileListing
class FileListing (View source)
Functions for listing directories
Methods
                    __construct()
        
                                            
                
            No description
                    array|bool
                
                
                    getDirContent(string $dir, string $expression = '')
        
                                            
                
            Returns array of filtered file names
                    string|false
                
                
                    getFileSelectOptions(string $dir, string $extensions = '', string $active = '')
        
                                            
                
            Returns options of filtered file names
                    string
                
                
                    supportedDecompressions()
        
                                            
                
            Get currently supported decompressions.
Details
        
                            
    __construct()
        
    
    No description
        
                            array|bool
    getDirContent(string $dir, string $expression = '')
        
    
    Returns array of filtered file names
        
                            string|false
    getFileSelectOptions(string $dir, string $extensions = '', string $active = '')
        
    
    Returns options of filtered file names
        
                            string
    supportedDecompressions()
        
    
    Get currently supported decompressions.