Sanitize
classe Sanitize (Voir la source)
Méthodes
                    static mixed
                
                
                    make(mixed $data, bool $secure = false)
        
                                            
                
            To clean the data
                    static string
                
                
                    data(string $data)
        
                                            
                
            Allows you to clean a string of characters
                    static string
                
                
                    secure(string $data)
        
                                            
                
            Allows you to clean a string of characters
Détails
        
                static            mixed
    make(mixed $data, bool $secure = false)
        
    
    To clean the data
        
                static            string
    data(string $data)
        
    
    Allows you to clean a string of characters
        
                static            string
    secure(string $data)
        
    
    Allows you to clean a string of characters