|
SplObjectStorage::rewindRewind the iterator to the first storage element Beschreibung
public void SplObjectStorage::rewind
( void
)
Rewind the iterator to the first storage element. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteEs wird kein Wert zurückgegeben. Beispiele
Beispiel #1 SplObjectStorage::rewind example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: int(1) int(0) Siehe auch
|