SplFileInfo
class SplFileInfo extends SplFileInfo
Extends \SplFileInfo to support relative paths.
Methods
__construct(string $file, string $relativePath, string $relativePathname) | ||
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)
Parameters
string | $file | The file name |
string | $relativePath | The relative path |
string | $relativePathname | The relative path name |
string getRelativePath()
Returns the relative path.
This path does not contain the file name.
Return Value
string | the relative path |
string getRelativePathname()
Returns the relative path name.
This path contains the file name.
Return Value
string | the relative path name |
string getContents()
Returns the contents of the file.
Return Value
string | the contents of the file |
Exceptions
RuntimeException |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/Finder/SplFileInfo.html