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)
Constructor.
string getRelativePath()
Returns the relative path.
This path does not contain the file name.
string getRelativePathname()
Returns the relative path name.
This path contains the file name.
string getContents()
Returns the contents of the file.
Please login to continue.