|
SplFileInfo::getRealPathGets absolute path to file Description
public stringfalse SplFileInfo::getRealPath()
This method expands all symbolic links, resolves relative references and returns the real path to the file. ParametersThis function has no parameters. Return Values
Returns the path to the file, or Examples
Example #1 SplFileInfo::getRealPath example
The above example will output something similar to: string(28) "/private/tmp/phptempfile.php" string(12) "/private/tmp" bool(false) bool(false) string(12) "/private/tmp" See Also
|