Generator (computer programming): Difference between revisions

Content deleted Content added
PHP: type hint
KYuZz (talk | contribs)
Line 291:
 
===PHP===
The community of [[PHP]] implemented generators in PHP 5.5. Details can be found in the original [https://wiki.php.net/rfc/generators Request for Comments: Generators].
 
Infinite Fibonacci sequence: