Box\Spout\Reader\CSV\SheetIterator::rewind PHP 메소드

rewind() 공개 메소드

Rewind the Iterator to the first element
public rewind ( ) : void
리턴 void
    public function rewind()
    {
        $this->hasReadUniqueSheet = false;
    }