iter->valid() ) { if ( !$this->iter->current()->isFile() ) { $this->iter->next(); // skip non-files and dot files } else { break; } } } }