Generator
PHP Manual

Generator::current

(PHP 5 >= 5.5.0)

Generator::currentGet the yielded value

Описание

public mixed Generator::current ( void )

Список параметров

У этой функции нет параметров.

Возвращаемые значения

Returns the yielded value.


Generator
PHP Manual