The SplQueue class
Einführung
The SplQueue class provides the main functionalities of a queue implemented using a doubly linked list.
Klassenbeschreibung
Inhaltsverzeichnis
- SplQueue::__construct — Constructs a new queue implemented using a doubly linked list
- SplQueue::dequeue — Dequeues a node from the queue
- SplQueue::enqueue — Adds an element to the queue.
- SplQueue::setIteratorMode — Sets the mode of iteration
SplQueue
There are no user contributed notes for this page.
