(PHP 5 >= 5.3.0)
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.
No value is returned.