(PHP 5 >= 5.3.0, PHP 7)
SplDoublyLinkedList::push — Pushes an element at the end of the doubly linked list
$value
Pushes value at the end of the doubly linked list.
value
The value to push.
没有返回值。