(PHP 5 >= 5.3.0, PHP 7)
SplDoublyLinkedList::unshift — Prepends the doubly linked list with an element
$value
Prepends value at the beginning of the doubly linked list.
value
The value to unshift.
Es wird kein Wert zurückgegeben.