extends |
FilesystemIterator |
---|---|
implements |
RecursiveIterator |
Methods | ||
---|---|---|
public
|
__construct(
string $directory,
int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO,
)
|
# |
public
|
hasChildren(bool $allowLinks = false): bool
|
# |
public
|
getChildren(): RecursiveDirectoryIterator
|
# |
public
|
getSubPath(): string
|
# |
public
|
getSubPathname(): string
|
# |
Methods inherited from FilesystemIterator |
---|
rewind(), key(), current(), getFlags(), setFlags() |
Methods inherited from DirectoryIterator |
---|
getFilename(), getExtension(), getBasename(), isDot(), valid(), next(), seek(), __toString() |