Env
classe Env (Voir la source)
Méthodes
                    static bool
                
                
                    isLoaded()
        
                                            
                
            Check if env is load
                    static void
                
                
                    load(string $filename)
        
                                            
                
            Load env file
                    static mixed
                
                
                    get(string $key, null $default = null)
        
                                            
                
            Retrieve information from the environment
                    static mixed
                
                
                    set(string $key, null $value)
        
                                            
                
            Allows you to modify the information of the environment
Détails
        
                static            bool
    isLoaded()
        
    
    Check if env is load
        
                static            void
    load(string $filename)
        
    
    Load env file
        
                static            mixed
    get(string $key, null $default = null)
        
    
    Retrieve information from the environment
        
                static            mixed
    set(string $key, null $value)
        
    
    Allows you to modify the information of the environment