コード例 #1
0
 public function next()
 {
     $this->it->next();
     if ($this->currentLen !== 0) {
         --$this->currentLen;
     }
 }
コード例 #2
0
 public function next()
 {
     $this->it1->next();
     $this->it2->next();
 }
コード例 #3
0
 public function next()
 {
     $this->it->next();
 }
コード例 #4
0
 public function next()
 {
     $this->it->next();
     --$this->numLeft;
 }