FilesystemIterator::nextMove to the next file Beschreibung
public void FilesystemIterator::next
( void
)
Move to the next file. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteEs wird kein Wert zurückgegeben. Beispiele
Beispiel #1 FilesystemIterator::next example List the contents of a directory using a while loop.
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: apple.jpg banana.jpg example.php Siehe auch
|