©
This document uses PHP Chinese website manual Release
(PHP 5 >= 5.3.0)
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.
没有返回值。