gnupg_keylistiterator
class gnupg_keylistiterator implements Iterator (View source)
Methods
                    __construct()
        
                                            
                
            No description
                    mixed
                
                
                    current()
        
                                            
                
            Return the current element
                    mixed
                
                
                    key()
        
                                            
                
            Return the key of the current element
                    void
                
                
                    next()
        
                                            
                
            Move forward to next element
                    void
                
                
                    rewind()
        
                                            
                
            Rewind the Iterator to the first element
                    bool
                
                
                    valid()
        
                                            
                
            Checks if current position is valid
Details
        
                            
    __construct()
        
    
    No description
        
                            mixed
    current()
        
    
    Return the current element
        
                            mixed
    key()
        
    
    Return the key of the current element
        
                            void
    next()
        
    
    Move forward to next element
        
                            void
    rewind()
        
    
    Rewind the Iterator to the first element
        
                            bool
    valid()
        
    
    Checks if current position is valid