(Available since version 1.0)
LinkedList::push — Pushes an element at the end of the singly linked list
$value
Pushes value at the end of the singly linked list.
value
The value to push.
TRUE.
TRUE