SplDoublyLinkedList
PHP Manual

SplDoublyLinkedList::push

(PHP 5 >= 5.3.0)

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

Descrierea

public void SplDoublyLinkedList::push ( mixed $value )

Pushes value at the end of the doubly linked list.

Parametri

value

The value to push.

Valorile întoarse

Nu este întoarsă nici o valoare.


SplDoublyLinkedList
PHP Manual