array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'generator.next.php', 1 => 'Generator::next', 2 => 'Resume execution of the generator', ), 'up' => array ( 0 => 'class.generator.php', 1 => 'Generator', ), 'prev' => array ( 0 => 'generator.key.php', 1 => 'Generator::key', ), 'next' => array ( 0 => 'generator.rewind.php', 1 => 'Generator::rewind', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'language/predefined/generator/next.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
Generator::next — Resume execution of the generator
Calling Generator::next() has the same effect as calling
Generator::send() with null as argument.
У цієї функції немає параметрів.
Не повертає значень.