SplDoublyLinkedList::push
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
SplDoublyLinkedList::push — Pushes an element at the end of the doubly linked list
Description
Pushes value
at the end of the doubly linked list.
Parameters
-
value
-
The value to push.
Return Values
No value is returned.