Complete PHP Filesystem Reference
The realpath() function returns the absolute pathname.
This function removes all symbolic links (like '/./', '/../' and extra '/') and returns the absolute pathname.
This function returns FALSE on failure.
| Parameter | Description |
|---|---|
| path | Required. Specifies the path to check |
The output of the code above will be:
Complete PHP Filesystem Reference
Your message has been sent to W3Schools.