Search Results
The DirectoryIterator class Introduction ¶ The DirectoryIterator class provides a simple interface for viewing the contents of filesystem directories.
- RecursiveIteratorIterator
The RecursiveIteratorIterator class Table of Contents ¶...
- RecursiveDirectoryIterator
The RecursiveDirectoryIterator class Table of Contents ¶...
- FilesystemIterator
The FilesystemIterator class
- RecursiveArrayIterator
The RecursiveArrayIterator class
- RegexIterator
The RegexIterator class In case the difference between modes...
- CachingIterator
The CachingIterator class
- MultipleIterator
The MultipleIterator class Table of Contents ¶...
- GlobIterator
The GlobIterator class
- RecursiveIteratorIterator
(PHP 5, PHP 7) The DirectoryIterator class Introduction (PHP 5, PHP 7) The DirectoryIterator class provides a simple interface for viewing the contents of filesystem directories. Class synopsis
php operating system manual for directoryiterator section 3 of the unix.com man page documentation.
Sep 24, 2025 · DirectoryIterator is a built-in class in PHP that provides an object-oriented way to interact with directories. This class allows you to easily iterate over directories and files. The DirectoryIterator object provides a very simple interface for directory traversal in PHP. It allows you to check file names, extensions, paths, and attributes in an object-oriented manner. Since this is part of ...
Mar 15, 2026 · Introduction The DirectoryIterator class provides a simple interface for viewing the contents of filesystem directories.
The DirectoryIterator class Introduction (PHP 5, PHP 7) The DirectoryIterator class provides a simple interface for viewing the contents of filesystem directories.
DirectoryIterator: The ``DirectoryIterator`` class provides a simple interface for viewing the contents of filesystem directories.
