PHP 7.0.6 Released

Iterator::current

(PHP 5 >= 5.0.0, PHP 7)

Iterator::currentReturn 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.

User Contributed Notes

al
2 months ago
Builtin PHP function is »current«.
To Top