©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
(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.
没有返回值。