Generators Table of Contents Classes NewGeneratorReturnSniffAs of PHP 7.0, a `return` statement can be used within a generator for a final expression to be returned. ×