PHP Doku:: Rewind iterator back to the start (no-op) - splheap.rewind.html

Verlauf / Chronik / History: (5) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)DatenstrukturenThe SplHeap classSplHeap::rewind

Ein Service von Reinhard Neidl - Webprogrammierung.

The SplHeap class

<<SplHeap::recoverFromCorruption

SplHeap::top>>

SplHeap::rewind

(PHP 5 >= 5.3.0)

SplHeap::rewindRewind iterator back to the start (no-op)

Beschreibung

void SplHeap::rewind ( void )

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.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Es wird kein Wert zurückgegeben.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)