SplDoublyLinkedList::top

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

SplDoublyLinkedList::topPeeks at the node from the end of the doubly linked list

說(shuō)明

public SplDoublyLinkedList::top(): mixed

參數(shù)

此函數(shù)沒(méi)有參數(shù)。

返回值

The value of the last node.

錯(cuò)誤/異常

Throws RuntimeException when the data-structure is empty.