= 5.3.0, PHP 7, PHP 8)SplDoublyLinkedList::push — Pushes an element at the end of the doubly linked list說明public SplD">

SplDoublyLinkedList::push

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

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.

參數(shù)

value

The value to push.

返回值

沒有返回值。