parent root
PHP: Iterator::current - Manual
PHP 7.2.23 Release Announcement

Iterator::current

(PHP 5, PHP 7)

Iterator::currentReturn the current element

Description

abstract public Iterator::current ( void ) : mixed

Returns the current element.

Parameters

This function has no parameters.

Return Values

Can return any type.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root