|
SplObjectStorage::nextMove to the next entry Beschreibung
public void SplObjectStorage::next
( void
)
Moves the iterator to the next object in the storage. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteEs wird kein Wert zurückgegeben. Beispiele
Beispiel #1 SplObjectStorage::next example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
int(0)
object(stdClass)#2 (0) {
}
int(1)
object(stdClass)#3 (0) {
}
Siehe auch
|