Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
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

Description

void SplDoublyLinkedList::push ( mixed $value )

Pushes value at the end of the doubly linked list.

Parameters

value

The value to push.

Return Values

No value is returned.


SplDoublyLinkedList
PHP Manual