Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
realpath
realpath
Returns the normalized absolute path name
Name:
realpath
Category:
File system
Programming Language:
php
One-line Description:
Returns the absolute path name.
Related
How to use PHP realpath to get the real path of a file and avoid soft linking issues?
4
Using PHP realpath and dirname Functions Together to Accurately Get the Absolute Path of a File's Directory
6
How to Get Absolute Folder Paths Using PHP realpath() Function and Important Considerations
8
Solve FAQs when realpath fails to parse directories
10
How to handle symlinks in PHP realpath?
9
Why does PHP realpath function return false? Common causes and solutions
5
Similar Functions
fsync
fsync
Synchronizechangesto
fdatasync
fdatasync
Synchronizedata(butn
fstat
fstat
Getfileinformationth
realpath
realpath
Returnsthenormalized
file_get_contents
file_get_contents
Readtheentirefileint
dirname
dirname
Returntothedirectory
diskfreespace
diskfreespace
aliasfordisk_free_sp
realpath_cache_size
realpath_cache_size
Getthesizeoftherealp
Popular Articles
How to Get Absolute Folder Paths Using PHP realpath() Function and Important Considerations
Using PHP realpath and dirname Functions Together to Accurately Get the Absolute Path of a File's Directory
Why does PHP realpath function return false? Common causes and solutions
How to handle symlinks in PHP realpath?
How to use PHP realpath to get the real path of a file and avoid soft linking issues?
Solve FAQs when realpath fails to parse directories