Is Multiple Iterators is possible in php?
- by artvolk
Good day!
I know that C# allows multiple iterators using yield, like described here:
http://stackoverflow.com/questions/1754041/is-multiple-iterators-is-possible-in-c
In PHP there is and Iterator interface. Is it possible to implement more than one iteration scenario for a class?