(PHP 5 >= 5.3.0, PHP 7)
Prepends the doubly linked list with an element
public void SplDoublyLinkedList::unshift ( mixed $value )
Prepends value
at the beginning of the doubly linked list.
Parameters:
value
The value to unshift.
Returns:
No value is returned.
Please login to continue.