The Queue class
Queue
&reftitle.intro;
A Queue is a “first in, first out” or “FIFO” collection that only allows
access to the value at the front of the queue and iterates in that order,
destructively.
&reftitle.classsynopsis;
Ds\Queue
Ds\Queue
Ds\Collection
ArrayAccess
Constants
const
int
Ds\Queue::MIN_CAPACITY
8
&Methods;
&reftitle.constants;
Ds\Queue::MIN_CAPACITY
&reftitle.changelog;
&Version;
&Description;
PECL ds 1.3.0
The class now implements ArrayAccess.
&reference.ds.ds.entities.queue;