The AppendIterator class
 
 (PHP 5 >= 5.1.0, PHP 7)
  
   Introduction
   
    An Iterator that iterates over several iterators one after the other.
   
   
  
   Class synopsis
   
    
    
    
    
    
    
   public scalar key
    ( 
void
   )
 
   public void next
    ( 
void
   )
 
   public bool valid
    ( 
void
   )
 
    
    
    
   }
 
   
 Table of Contents
 
 User Contributed Notes
 There are no user contributed notes for this page.