SplDoublyLinkedList
PHP Manual

SplDoublyLinkedList::bottom

(PHP 5 >= 5.3.0)

SplDoublyLinkedList::bottomPeeks at the node from the beginning of the doubly linked list

Descrição

mixed SplDoublyLinkedList::bottom ( void )

Parâmetros

Esta função não contém parâmetros.

Valor Retornado

The value of the first node.


SplDoublyLinkedList
PHP Manual