GoLang Iterator::current

request it (359)
GoLang replacement for PHP's Iterator::current [edit | history]



Do you know a GoLang replacement for PHP's Iterator::current? Write it!

PHP Iterator::current

PHP original manual for Iterator::current [ show | php.net ]

Iterator::current

(PHP 5, 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.