CakeFest 2024: The Official CakePHP Conference

Generator::next

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

Generator::nextジェネレータを続行する

説明

public Generator::next(): void

Generator::next() のコールは、 null を引数として Generator::send() をコールすることと同じ効果があります。

パラメータ

この関数にはパラメータはありません。

戻り値

値を返しません。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top