PHP Doku:: Dequeues a node from the queue - splqueue.dequeue.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)DatenstrukturenThe SplQueue classSplQueue::dequeue

Ein Service von Reinhard Neidl - Webprogrammierung.

The SplQueue class

<<SplQueue::__construct

SplQueue::enqueue>>

SplQueue::dequeue

(PHP 5 >= 5.3.0)

SplQueue::dequeueDequeues a node from the queue

Beschreibung

mixed SplQueue::dequeue ( void )

Dequeues value from the top of the queue.

Hinweis:

SplQueue::dequeue() is an alias of SplDoublyLinkedList::shift().

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

The value of the dequeued node.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
xuecan at gmail dot com
21.01.2010 5:57
If the queue is empty, dequeue() will raise an 'RuntimeException' with message 'Can't shift from an empty datastructure'.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)