From a6f90f1832e6bf48ac35f62136907178433ce906 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 19 Apr 2002 06:22:38 +0000 Subject: [PATCH] realpath(): see also basename, dirname and path_info. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78733 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/realpath.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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. +