<?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 => 'de', ), 'this' => array ( 0 => 'spldoublylinkedlist.unshift.php', 1 => 'SplDoublyLinkedList::unshift', 2 => 'Prepends the doubly linked list with an element', ), 'up' => array ( 0 => 'class.spldoublylinkedlist.php', 1 => 'SplDoublyLinkedList', ), 'prev' => array ( 0 => 'spldoublylinkedlist.unserialize.php', 1 => 'SplDoublyLinkedList::unserialize', ), 'next' => array ( 0 => 'spldoublylinkedlist.valid.php', 1 => 'SplDoublyLinkedList::valid', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/spl/spldoublylinkedlist/unshift.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?> <div id="spldoublylinkedlist.unshift" class="refentry"> <div class="refnamediv"> <h1 class="refname">SplDoublyLinkedList::unshift</h1> <p class="verinfo">(PHP 5 >= 5.3.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">SplDoublyLinkedList::unshift</span> — <span class="dc-title">Prepends the doubly linked list with an element</span></p> </div> <div class="refsect1 description" id="refsect1-spldoublylinkedlist.unshift-description"> <h3 class="title">Beschreibung</h3> <div class="methodsynopsis dc-description"> <span class="modifier">public</span> <span class="methodname"><strong>SplDoublyLinkedList::unshift</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span> <code class="parameter">$value</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div> <p class="para rdfs-comment"> Prepends <code class="parameter">value</code> at the beginning of the doubly linked list. </p> </div> <div class="refsect1 parameters" id="refsect1-spldoublylinkedlist.unshift-parameters"> <h3 class="title">Parameter-Liste</h3> <p class="para"> <dl> <dt><code class="parameter">value</code></dt> <dd> <p class="para"> The value to unshift. </p> </dd> </dl> </p> </div> <div class="refsect1 returnvalues" id="refsect1-spldoublylinkedlist.unshift-returnvalues"> <h3 class="title">Rückgabewerte</h3> <p class="para"> Es wird kein Wert zurückgegeben. </p> </div> </div><?php manual_footer($setup); ?>