Exemplo n.º 1
0
 /**
  * Возвращает следующий элемент итератора
  *
  */
 public function next()
 {
     $this->current = ($line = $this->read_line()) === null ? null : MIME::decode_qp($line);
     $this->count++;
 }