PHP Doku:: Pushes an element at the end of the doubly linked list - spldoublylinkedlist.push.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)DatenstrukturenThe SplDoublyLinkedList classSplDoublyLinkedList::push

Ein Service von Reinhard Neidl - Webprogrammierung.

The SplDoublyLinkedList class

<<SplDoublyLinkedList::prev

SplDoublyLinkedList::rewind>>

SplDoublyLinkedList::push

(PHP 5 >= 5.3.0)

SplDoublyLinkedList::pushPushes an element at the end of the doubly linked list

Beschreibung

void SplDoublyLinkedList::push ( mixed $value )

Pushes value at the end of the doubly linked list.

Parameter-Liste

value

The value to push.

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