From 2a944d0e01279995db2110fdbf26632e69e96888 Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Wed, 1 Sep 2004 00:01:26 +0000 Subject: [PATCH] Fixed bug #29924 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167762 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/pathinfo.xml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/reference/filesystem/functions/pathinfo.xml b/reference/filesystem/functions/pathinfo.xml index 8d7cb54f03..f8bdcb396c 100644 --- a/reference/filesystem/functions/pathinfo.xml +++ b/reference/filesystem/functions/pathinfo.xml @@ -1,5 +1,5 @@ - + @@ -23,9 +23,9 @@ You can specify which elements are returned with optional parameter options. It composes from - PHP_PATHINFO_DIRNAME, - PHP_PATHINFO_BASENAME and - PHP_PATHINFO_EXTENSION. It defaults to return all + PATHINFO_DIRNAME, + PATHINFO_BASENAME and + PATHINFO_EXTENSION. It defaults to return all elements. @@ -34,13 +34,11 @@ ]]> @@ -65,7 +63,8 @@ html See also dirname, - basename, parse_url + basename, + parse_url and realpath.