Generator::current
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
Generator::current — yield した値を取得する
説明
public Generator::current ( ) : mixed
パラメータ
この関数にはパラメータはありません。
返り値
yield した値を返します。
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
Generator::current — yield した値を取得する
public Generator::current ( ) : mixed
この関数にはパラメータはありません。
yield した値を返します。