SplDoublyLinkedList::top

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

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

說明

public SplDoublyLinkedList::top(): mixed

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

The value of the last node.

錯誤/異常

Throws RuntimeException when the data-structure is empty.