SanitizeService
class SanitizeService (View source)
Methods
                    string|false
                
                
                    sanitizeString(string|mixed $string)
        
                                            
                
            Remove everything between < and > (or from < to the end of the string).
                    sanitizeInt($int)
        
                                            
                
            No description
                    sanitizeURL($url)
        
                                            
                
            No description
                    sanitizeEmail($email)
        
                                            
                
            No description
Details
        
                            string|false
    sanitizeString(string|mixed $string)
        
    
    Remove everything between < and > (or from < to the end of the string).
        
                            
    sanitizeInt($int)
        
    
    No description
        
                            
    sanitizeURL($url)
        
    
    No description
        
                            
    sanitizeEmail($email)
        
    
    No description