Manuel PHP
Iterator::valid
(No version information available, might be only in CVS)
Iterator::valid — Checks if current position is valid.
Description
abstract public boolean Iterator::valid
( void
)
This method is called after Iterator::rewind and Iterator::next to check if the current position is valid.
Liste de paramètres
Cette fonction ne contient aucun paramètre.
Valeurs de retour
The return value will be casted to boolean and then evaluated. Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.
Remonter 
