SplFileInfo::getRealPath(PHP 5 >= 5.2.2) SplFileInfo::getRealPath — Gets absolute path to file Описание
public string SplFileInfo::getRealPath
( void
)
This method expands all symbolic links, resolves relative references and returns the real path to the file. Список параметровУ этой функции нет параметров. Возвращаемые значенияReturns the path to the file. Примеры
Пример #1 SplFileInfo::getRealPath() example
<?phpРезультатом выполнения данного примера будет что-то подобное: string(28) "/private/tmp/phptempfile.php" string(12) "/private/tmp" |
||