SplDoublyLinkedList::push

SplDoublyLinkedList::pushPushes an element at the end of the doubly linked list

Description

public SplDoublyLinkedList::push(mixed $value): void

Pushes value at the end of the doubly linked list.

Parameters

value

The value to push.

Return Values

No value is returned.