ArrayDriver
classe ArrayDriver implémente SessionHandlerInterface (Voir la source)
Traits
Méthodes
                    bool
                
                
                    close()
        
                                            
                
            Close the session handling
                    bool
                
                
                    destroy(string $session_id)
        
                                            
                
            Destroy session information
                    bool
                
                
                    gc(int $max_lifetime)
        
                                            
                
            Garbage collector
                    bool
                
                
                    open(string $save_path, string $session_id)
        
                                            
                
            When the session start
                    string
                
                
                    read(string $session_id)
        
                                            
                
            Read the session information
                    bool
                
                
                    write(string $session_id, string $session_data)
        
                                            
                
            Write session information
Détails
        
                            bool
    close()
        
    
    Close the session handling
        
                            bool
    destroy(string $session_id)
        
    
    Destroy session information
        
                            bool
    gc(int $max_lifetime)
        
    
    Garbage collector
        
                            bool
    open(string $save_path, string $session_id)
        
    
    When the session start
        
                            string
    read(string $session_id)
        
    
    Read the session information
        
                            bool
    write(string $session_id, string $session_data)
        
    
    Write session information