Iterator
PHP Manual

Iterator::current

(PHP 5 >= 5.0.0)

Iterator::currentRetourne l'élément courant

Description

abstract public mixed Iterator::current ( void )

Retourne l'élément courant.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Peut retourner tout type.


Iterator
PHP Manual