How I have used PHP generators in practice for the first time
A Generator in PHP is not widely used construct. Although I knew how they work I have never used them in production applications… for now. Last time I managed to solve a memory problem using the generators, so let me show…