Iterator
PHP Manual

Iterator::next

(No version information available, might be only in CVS)

Iterator::nextMove forward to next element.

説明

abstract public void Iterator::next ( void )

Moves the current position to the next element.

注意: This method is called after each foreach() loop.

パラメータ

この関数にはパラメータはありません。

返り値

Any returned value is ignored.


Iterator
PHP Manual