Data types: FIFO Queue Michal Golebiowski (contact me)
This class provides an implementation of FIFO queue. You can push any type of objects to the queue and pop them by the order they were retrieved.
The class comes in distinct versions for PHP 4 and for PHP 5 using an abstract base class and private and public variables and functions.