rewind() 공개 메소드

public rewind ( )
예제 #1
0
 public function rewind()
 {
     $this->cursor->rewind();
     return $this;
 }