update : 2015.11.03
php.shukuma.com

검색:
 
 
Pushes an element at the end of the doubly linked list

SplDoublyLinkedList::push

(PHP 5 >= 5.3.0)

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

설명

public void SplDoublyLinkedList::push ( mixed $value )

Pushes value at the end of the doubly linked list.

인수

value

The value to push.

반환값

값을 반환하지 않습니다.