SplDoublyLinkedList
PHP Manual

SplDoublyLinkedList::push

(No version information available, might be only in CVS)

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

żadna wartość nie jest zwracana.


SplDoublyLinkedList
PHP Manual