PHP Doku:: Adds an element to the queue. - splqueue.enqueue.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The SplQueue class

<<SplQueue::dequeue

SplQueue::setIteratorMode>>

SplQueue::enqueue

(PHP 5 >= 5.3.0)

SplQueue::enqueueAdds an element to the queue.

Beschreibung

void SplQueue::enqueue ( mixed $value )

Enqueues value at the end of the queue.

Hinweis:

SplQueue::enqueue() is an alias of SplDoublyLinkedList::push().

Parameter-Liste

value

The value to enqueue.

Rückgabewerte

Es wird kein Wert zurückgegeben.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



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",...)