GoLang AppendIterator::current

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



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

PHP AppendIterator::current

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

AppendIterator::current

(PHP 5 >= 5.1.0, PHP 7)

AppendIterator::currentGets the current value

Description

public mixed AppendIterator::current ( void )

Gets the current value.

Parameters

This function has no parameters.

Return Values

The current value if it is valid or NULL otherwise.

See Also