Php/docs/spldoublylinkedlist.push

来自菜鸟教程
跳转至:导航、​搜索

SplDoublyLinkedList::push

(PHP 5 >= 5.3.0, PHP 7)

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


说明

public SplDoublyLinkedList::push ( mixed $value ) : void

Pushes value at the end of the doubly linked list.


参数

value
The value to push.


返回值

没有返回值。