nspl\ds\Collection::next PHP 메소드

next() 공개 메소드

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