PHP 7.0.6 Released

Generator::next

(PHP 5 >= 5.5.0, PHP 7)

Generator::nextResume execution of the generator

Description

public void Generator::next ( void )

Parameters

This function has no parameters.

Return Values

No value is returned.

User Contributed Notes

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