Generator (computer programming): Difference between revisions

Content deleted Content added
m Reverted 1 edit by 2601:244:81:A6A0:DDB2:AEEC:4FBC:9090 (talk) to last revision by DannyS712 (TW)
Dduane (talk | contribs)
m clarifying title of document on php.net about Generators
Line 273:
 
===PHP===
The community of PHP implemented generators in PHP 5.5. Details can be found in the original [https://wiki.php.net/rfc/generators RFCRequest aboutfor GeneratorComments: Generators].
 
<syntaxhighlight lang="php">