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
fflush
fflush
Exportbufferedconten
touch
touch
Setfileaccessandmodi
diskfreespace
diskfreespace
aliasfordisk_free_sp
is_writable
is_writable
Determinewhethertheg
fileowner
fileowner
Getthefileowner
ftell
ftell
Returnsthelocationwh
is_writeable
is_writeable
is_writablealias
lchown
lchown
Modifytheownerofthes
Popular Articles
Solve FAQs when realpath fails to parse directories
How to handle symlinks in PHP realpath?
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?