php8.5
Home/ Manual/ language / predefined/ The Generator class

The Generator class

Generator objects are returned from generators.

Intro

Generator objects are returned from generators.

Caution

Generator objects cannot be instantiated via new.

Class synopsis

final Generator implements Iterator { }

See Also

See also object iteration.

Current Getreturn Key Next Rewind Send Throw Valid Wakeup

In this section

Source: language/predefined/generator.xml · from the official PHP manual (php/doc-en)