SplDoublyLinkedList::push
PHP Manual
PHP Manual»SplDoublyLinkedList»SplDoublyLinkedList::push

SplDoublyLinkedList::push

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

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

Descrizione

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

Pushes value at the end of the doubly linked list.

Elenco dei parametri

value

The value to push.

Valori restituiti

Nessun valore viene restituito.

To Top