Iterator
PHP 手册

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.

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

参数

This function has no parameters.

返回值

Any returned value is ignored.


Iterator
PHP 手册