Introduction to PHP Generators
September 15, 2013 by Bo Andersen
With the release of PHP 5.5, so-called generator functions are now available. Generators can among others be used to decrease the memory usage of your web server. This article gives you an overview of the generators in PHP 5.5.