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