The Swoole\Connection\Iterator class
 
 (PECL swoole >= 1.9.0)
  
  
   类摘要
   
    
    
     
      Swoole\Connection\Iterator
     
     
     implements 
      Iterator
     
     , 
      Countable
     
     , 
      ArrayAccess
     
     {
 
    
    
    
   public count
    ( 
void
   ) : 
int 
   public current
    ( 
void
   ) : 
Connection 
   public key
    ( 
void
   ) : 
int 
   public next
    ( 
void
   ) : 
Connection 
   public offsetGet
    ( 
string $index
   ) : 
Connection 
   public valid
    ( 
void
   ) : 
boolean 
   }
 
   
  
 
Table of Contents