class SplFileInfo extends SplFileInfo
Extends \SplFileInfo to support relative paths.
Methods
__construct(string $file, string $relativePath, string $relativePathname) Constructor.
string getRelativePath() Returns the relative path.
string getRelativePathname() Returns the relative path name.
string getContents() Returns the contents of the file.
Details
__construct(string $file, string $relativePath, string $relativePathname)
C