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
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
Similar Functions
fileinode
fileinode
Gettheinodeofthefile
is_writable
is_writable
Determinewhethertheg
fsync
fsync
Synchronizechangesto
realpath_cache_get
realpath_cache_get
Getrealpathcacheentr
is_link
is_link
Determinewhethertheg
touch
touch
Setfileaccessandmodi
rename
rename
Renameafileordirecto
fwrite
fwrite
Writetofiles(safelyu
Popular Articles
How to Get Absolute Folder Paths Using PHP realpath() Function and Important Considerations
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
How to handle symlinks in PHP realpath?