array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'spldoublylinkedlist.bottom.php', 1 => 'SplDoublyLinkedList::bottom', 2 => 'Peeks at the node from the beginning of the doubly linked list', ), 'up' => array ( 0 => 'class.spldoublylinkedlist.php', 1 => 'SplDoublyLinkedList', ), 'prev' => array ( 0 => 'spldoublylinkedlist.add.php', 1 => 'SplDoublyLinkedList::add', ), 'next' => array ( 0 => 'spldoublylinkedlist.count.php', 1 => 'SplDoublyLinkedList::count', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/spl/spldoublylinkedlist/bottom.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
SplDoublyLinkedList::bottom — Peeks at the node from the beginning of the doubly linked list
此函数没有参数。
The value of the first node.
Throws RuntimeException when the data-structure is empty.