The SplQueue class
Introducción
The SplQueue class provides the main functionalities of a queue implemented using a doubly linked list.
Clases sinopsis
Table of Contents
- 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
There are no user contributed notes for this page.
