An often-forgotten part of PHP, just looking at the content list for the Standard PHP Library (SPL) Iterators in the PHP Docs can seem very confusing, and even reading the documentation on those Iterators doesn’t really explain when or how they should be used. But it’s time to bring SPL Iterators out of the shadows with some real-world examples, explaining how they work, and how they can reduce complexity and improve readability of our code. So join me on a roller-coaster ride as we loop through some of the most useful Iterators in the SPL toolbox, and learn how we can use their power and features to improve our code.

Comments

Comments are closed.

Jo Carter at 16:51 on 8 Sep 2020

Despite the technical diffculties that was an awesome talk. So interesting to see the uses of Iterators to make code much more readable.

Alessandro Lai at 17:06 on 8 Sep 2020

The topic may seem simple, but the talk was very interesting and in depth; plus, enduring the technical difficulties awards for some additional commendations!