Mongolid\Cursor\Cursor::fresh PHP 메소드

fresh() 공개 메소드

Refresh the cursor in order to be able to perform a rewind and iterate through it again. A new request to the database will be made in the next iteration.
public fresh ( ) : void
리턴 void
    public function fresh()
    {
        $this->cursor = null;
    }