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
readlink
readlink
Returnthetargetofthe
fsync
fsync
Synchronizechangesto
delete
delete
Seeunlink()orunset()
is_dir
is_dir
Determinewhethertheg
ftruncate
ftruncate
Truncatethefiletoagi
umask
umask
Changethecurrentumas
move_uploaded_file
move_uploaded_file
Moveuploadedfilestoa
fscanf
fscanf
Formatinputfromafile
Popular Articles
How to use PHP realpath to get the real path of a file and avoid soft linking issues?
Using PHP realpath and dirname Functions Together to Accurately Get the Absolute Path of a File's Directory
How to Get Absolute Folder Paths Using PHP realpath() Function and Important Considerations
Solve FAQs when realpath fails to parse directories
How to handle symlinks in PHP realpath?
Why does PHP realpath function return false? Common causes and solutions