anandarajpandey.com
Understanding Generators in PHP
What is PHP Generators ? As per the php wiki “A generator function looks just like a normal function, except that instead of returning a value, a generator yields as many values as it needs t…