<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.spldoublylinkedlist.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'spldoublylinkedlist.top.php',
    1 => 'SplDoublyLinkedList::top',
    2 => '双方向リンクリストの最後のノードを取得する',
  ),
  'up' => 
  array (
    0 => 'class.spldoublylinkedlist.php',
    1 => 'SplDoublyLinkedList',
  ),
  'prev' => 
  array (
    0 => 'spldoublylinkedlist.shift.php',
    1 => 'SplDoublyLinkedList::shift',
  ),
  'next' => 
  array (
    0 => 'spldoublylinkedlist.unserialize.php',
    1 => 'SplDoublyLinkedList::unserialize',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/spl/spldoublylinkedlist/top.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="spldoublylinkedlist.top" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SplDoublyLinkedList::top</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">SplDoublyLinkedList::top</span> &mdash; <span class="dc-title">双方向リンクリストの最後のノードを取得する</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-spldoublylinkedlist.top-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>SplDoublyLinkedList::top</strong></span>(): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>

 </div>

 
 <div class="refsect1 parameters" id="refsect1-spldoublylinkedlist.top-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">この関数にはパラメータはありません。</p>
 </div>

 
 <div class="refsect1 returnvalues" id="refsect1-spldoublylinkedlist.top-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   最後のノードの値を返します。
  </p>
 </div>

 
 <div class="refsect1 errors" id="refsect1-spldoublylinkedlist.top-errors">
  <h3 class="title">エラー / 例外</h3>
   <p class="para">
    データが空のときは <span class="classname"><a href="class.runtimeexception.php" class="classname">RuntimeException</a></span> をスローします。
   </p>
 </div>

 
</div><?php manual_footer($setup); ?>