[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/finder/Iterator/ -> RecursiveDirectoryIterator.php (summary)

(no description)

File Size: 158 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

RecursiveDirectoryIterator:: (5 methods):
  __construct()
  current()
  getChildren()
  rewind()
  isRewindable()


Class: RecursiveDirectoryIterator  - X-Ref

Extends the \RecursiveDirectoryIterator to support relative paths.

__construct($path, $flags, $ignoreUnreadableDirs = false)   X-Ref

param: string $path
param: int    $flags
param: bool   $ignoreUnreadableDirs

current()   X-Ref
Return an instance of SplFileInfo with support for relative paths.

return: SplFileInfo File information

getChildren()   X-Ref

return: \RecursiveIterator

rewind()   X-Ref
Do nothing for non rewindable stream.


isRewindable()   X-Ref
Checks if the stream is rewindable.

return: bool true when the stream is rewindable, false otherwise



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1