PHP » GoLang |
login |
register |
about
|
GoLang SplFileInfo::getRealPath
request it (417)
GoLang replacement for PHP's SplFileInfo::getRealPath
[edit | history]
SplFileInfo::getRealPath(PHP 5 >= 5.2.2, PHP 7) SplFileInfo::getRealPath — Gets absolute path to file Description
public string SplFileInfo::getRealPath
( void
)
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
<?php 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
|
more
Recently updated
more
Most requested
more
Last requests
|