downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the Git repository for this website on git.php.net.

Source of: /manual/en/splpriorityqueue.rewind.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/class.splpriorityqueue.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'splpriorityqueue.rewind.php',
   
1 => 'SplPriorityQueue::rewind',
  ),
 
'up' =>
  array (
   
0 => 'class.splpriorityqueue.php',
   
1 => 'SplPriorityQueue',
  ),
 
'prev' =>
  array (
   
0 => 'splpriorityqueue.recoverfromcorruption.php',
   
1 => 'SplPriorityQueue::recoverFromCorruption',
  ),
 
'next' =>
  array (
   
0 => 'splpriorityqueue.setextractflags.php',
   
1 => 'SplPriorityQueue::setExtractFlags',
  ),
 
'alternatives' =>
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="splpriorityqueue.rewind" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SplPriorityQueue::rewind</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0)</p><p class="refpurpose"><span class="refname">SplPriorityQueue::rewind</span> &mdash; <span class="dc-title">Rewind iterator back to the start (no-op)</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-splpriorityqueue.rewind-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type"><span class="type void">void</span></span> <span class="methodname"><strong>SplPriorityQueue::rewind</strong></span>
    ( <span class="methodparam">void</span>
   )</div>

  <p class="para rdfs-comment">
   This rewinds the iterator to the beginning. This is a no-op for heaps
   as the iterator is virtual and in fact never moves from the top of the
   heap.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-splpriorityqueue.rewind-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-splpriorityqueue.rewind-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   No value is returned.
  </p>
 </div>


</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites