Search Results

  1. The RecursiveDirectoryIterator class Table of Contents ¶ RecursiveDirectoryIterator::__construct — Constructs a RecursiveDirectoryIterator RecursiveDirectoryIterator::getChildren — Returns an iterator for the current entry if it is a directory RecursiveDirectoryIterator::getSubPath — Get sub path RecursiveDirectoryIterator::getSubPathname — Get sub path and name ...

  2. Flags may be provided which will affect the behavior of some methods. A list of the flags can found under FilesystemIterator predefined constants. They can also be set later with FilesystemIterator::setFlags ().

  3. path The path of the directory to be iterated over. flags Flags may be provided which will affect the behavior of some methods. A list of the flags can found under FilesystemIterator predefined constants. They can also be set later with FilesystemIterator::setFlags(). Return Values Returns the newly created RecursiveDirectoryIterator. Errors ...

  4. Parameters path The path of the directory to be iterated over. flags Flags may be provided which will affect the behavior of some methods. A list of the flags can found under FilesystemIterator predefined constants. They can also be set later with FilesystemIterator::setFlags ().

  5. I'm trying to go through all of the files in a directory, and if there is a directory, go through all of its files and so on until there are no more directories to go to. Each and every processed i...

  6. See Also FilesystemIterator::__construct () - Constructs a new filesystem iterator RecursiveIteratorIterator::__construct () - Construct a RecursiveIteratorIterator FilesystemIterator predefined constants

  7. RecursiveDirectoryIterator::__construct — Constructs a RecursiveDirectoryIterator RecursiveDirectoryIterator::getChildren — Returns an iterator for the current entry if it is a directory