bootstrap80.php
        
    Table of Contents
    
    Functions
    
            - 
    ctype_alnum()
    
                                 : bool    
 
            - 
    ctype_alpha()
    
                                 : bool    
 
            - 
    ctype_cntrl()
    
                                 : bool    
 
            - 
    ctype_digit()
    
                                 : bool    
 
            - 
    ctype_graph()
    
                                 : bool    
 
            - 
    ctype_lower()
    
                                 : bool    
 
            - 
    ctype_print()
    
                                 : bool    
 
            - 
    ctype_punct()
    
                                 : bool    
 
            - 
    ctype_space()
    
                                 : bool    
 
            - 
    ctype_upper()
    
                                 : bool    
 
            - 
    ctype_xdigit()
    
                                 : bool    
 
    
        
            
        
                    
    
        ctype_alnum()
        
    
    
    
    
    
    
                    ctype_alnum(mixed $text) : bool
    
        Parameters
    
                    - 
                $text
                : mixed
                            
 
            - 
                
            
 
            
    
            
                    
    
        ctype_alpha()
        
    
    
    
    
    
    
                    ctype_alpha(mixed $text) : bool
    
        Parameters
    
                    - 
                $text
                : mixed
                            
 
            - 
                
            
 
            
    
            
                    
    
        ctype_cntrl()
        
    
    
    
    
    
    
                    ctype_cntrl(mixed $text) : bool
    
        Parameters
    
                    - 
                $text
                : mixed
                            
 
            - 
                
            
 
            
    
            
                    
    
        ctype_digit()
        
    
    
    
    
    
    
                    ctype_digit(mixed $text) : bool
    
        Parameters
    
                    - 
                $text
                : mixed
                            
 
            - 
                
            
 
            
    
            
                    
    
        ctype_graph()
        
    
    
    
    
    
    
                    ctype_graph(mixed $text) : bool
    
        Parameters
    
                    - 
                $text
                : mixed
                            
 
            - 
                
            
 
            
    
            
                    
    
        ctype_lower()
        
    
    
    
    
    
    
                    ctype_lower(mixed $text) : bool
    
        Parameters
    
                    - 
                $text
                : mixed
                            
 
            - 
                
            
 
            
    
            
                    
    
        ctype_print()
        
    
    
    
    
    
    
                    ctype_print(mixed $text) : bool
    
        Parameters
    
                    - 
                $text
                : mixed
                            
 
            - 
                
            
 
            
    
            
                    
    
        ctype_punct()
        
    
    
    
    
    
    
                    ctype_punct(mixed $text) : bool
    
        Parameters
    
                    - 
                $text
                : mixed
                            
 
            - 
                
            
 
            
    
            
                    
    
        ctype_space()
        
    
    
    
    
    
    
                    ctype_space(mixed $text) : bool
    
        Parameters
    
                    - 
                $text
                : mixed
                            
 
            - 
                
            
 
            
    
            
                    
    
        ctype_upper()
        
    
    
    
    
    
    
                    ctype_upper(mixed $text) : bool
    
        Parameters
    
                    - 
                $text
                : mixed
                            
 
            - 
                
            
 
            
    
            
                    
    
        ctype_xdigit()
        
    
    
    
    
    
    
                    ctype_xdigit(mixed $text) : bool
    
        Parameters
    
                    - 
                $text
                : mixed
                            
 
            -