在线文档教程
PHP
类和函数 | Classes and Functions

Generator::current

Generator::current

(PHP 5 >= 5.5.0, PHP 7)

Generator::current - 获得屈服值

描述

public mixed Generator::current ( void )

参数

该函数没有参数。

返回值

返回已产生的值。

← Generator

Generator::getReturn →