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

Beschreibung

void SplDoublyLinkedList::push ( mixed $value )

Pushes value at the end of the doubly linked list.

Parameter-Liste

value

The value to push.

Rückgabewerte

Es wird kein Wert zurückgegeben.


SplDoublyLinkedList
PHP Manual