SplDoublyLinkedList
PHP Manual

SplDoublyLinkedList::push

(PHP 5 >= 5.3.0)

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

설명

void SplDoublyLinkedList::push ( mixed $value )

Pushes value at the end of the doubly linked list.

인수

value

The value to push.

반환값

값을 반환하지 않습니다.


SplDoublyLinkedList
PHP Manual