FilterOnlyDir
        
        extends FilterIterator
    
    
            
            in package
            
        
    
    
    
SPL filter iterator.
Tags
Table of Contents
Methods
- accept() : bool
 - Accept only directory.
 
Methods
accept()
Accept only directory.
    public
                    accept() : bool
    Return values
bool —Return true if it is directory, return false for otherwise.