SplDoublyLinkedList
PHP Manual

SplDoublyLinkedList::unshift

(No version information available, might be only in CVS)

SplDoublyLinkedList::unshiftPrepends the doubly linked list with an element

Beschreibung

void SplDoublyLinkedList::unshift ( mixed $value )

Prepends value at the beginning of the doubly linked list.

Parameter-Liste

value

The value to unshift.

Rückgabewerte

Es wird kein Wert zurückgegeben.


SplDoublyLinkedList
PHP Manual