diff --git a/reference/filesystem/functions/realpath.xml b/reference/filesystem/functions/realpath.xml index 6498ba7a60..d450aad85a 100644 --- a/reference/filesystem/functions/realpath.xml +++ b/reference/filesystem/functions/realpath.xml @@ -1,5 +1,5 @@ - + @@ -33,6 +33,11 @@ $real_path = realpath ("../../index.php"); + + See also: basename, + dirname, and + path_info. +