GoLang Generator::current

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



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

PHP Generator::current

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

Generator::current

(PHP 5 >= 5.5.0, PHP 7)

Generator::currentGet the yielded value

Description

public mixed Generator::current ( void )

Parameters

This function has no parameters.

Return Values

Returns the yielded value.