SplDoublyLinkedList::push

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

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

Açıklama

publicSplDoublyLinkedList::push(mixed$value): void

Pushes value at the end of the doubly linked list.

Bağımsız Değişkenler

value

The value to push.

Dönen Değerler

Hiçbir değer dönmez.

To Top