array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'splpriorityqueue.rewind.php', 1 => 'SplPriorityQueue::rewind', 2 => 'Rewind iterator back to the start (no-op)', ), '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 ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/spl/splpriorityqueue/rewind.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)
SplPriorityQueue::rewind — Rewind iterator back to the start (no-op)
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.
此函数没有参数。
没有返回值。