SplDoublyLinkedList
PHP Manual

SplDoublyLinkedList::push

(PHP 5 >= 5.3.0)

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

Opis

void SplDoublyLinkedList::push ( mixed $value )

Pushes value at the end of the doubly linked list.

Parametry

value

The value to push.

Zwracane wartości

Nie jest zwracana żadna wartość.


SplDoublyLinkedList
PHP Manual