nspl\ds\Collection::next PHP Méthode

next() public méthode

(PHP 5 >= 5.0.0)
Move forward to next element
public next ( ) : void
Résultat void Any returned value is ignored.
    public function next()
    {
        $this->valid = (bool) next($this->array);
    }