Php/docs/generator.current

From Get docs

Generator::current

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

Generator::currentGet the yielded value


Description

public Generator::current ( ) : mixed

Parameters

This function has no parameters.


Return Values

Returns the yielded value.