SplDoublyLinkedList
PHP Manual

SplDoublyLinkedList::top

(PHP 5 >= 5.3.0)

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

Описание

mixed SplDoublyLinkedList::top ( void )

Список параметров

У этой функции нет параметров.

Возвращаемые значения

The value of the last node.


SplDoublyLinkedList
PHP Manual