Box\Spout\Reader\CSV\SheetIterator::rewind PHP Méthode

rewind() public méthode

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