PHP Manual Language Reference Predefined Interfaces and Classes Iterator Iterator::current Iterator Iterator::key Iterator::current (PHP 5 >= 5.0.0)Iterator::current — Return the current element Description abstract public mixed Iterator::current ( void ) Returns the current element. Parameters This function has no parameters. Return Values Can return any type.