Manuel PHP
Iterator::next
(No version information available, might be only in CVS)
Iterator::next — Move forward to next element.
Description
abstract public void Iterator::next
( void
)
Moves the current position to the next element.
Note: This method is called after each foreach() loop.
Liste de paramètres
Cette fonction ne contient aucun paramètre.
Valeurs de retour
Any returned value is ignored.
Remonter 
