class FilePathsIterator extends ArrayIterator
deprecated
since 2.8, to be removed in 3.0.
Iterate over shell command result.
Methods
__construct(array $paths, string $baseDir) | ||
mixed | __call(string $name, array $arguments) | |
SplFileInfo | current() Return an instance of SplFileInfo with support for relative paths. | |
string | key() | |
next() | ||
rewind() | ||
string | getSubPath() | |
string | getSubPathname() |
Details
__construct(array $paths, string $baseDir)
mixed __call(string $name, array $arguments)
SplFileInfo current()
Return an instance of SplFileInfo with support for relative paths.
Please login to continue.