FilesystemIterator::nextMove to the next file Description
   public void FilesystemIterator::next() 
  Move to the next file. ParametersThis function has no parameters. Return ValuesNo value is returned. Examples
 Example #1 FilesystemIterator::next example List the contents of a directory using a while loop. The above example will output something similar to: apple.jpg banana.jpg example.php See Also
 
  |