From e17f3034bb975f5ecf7a52f4bb267d55ff70caaa Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 5 May 2004 16:29:13 +0000 Subject: [PATCH] fix #28283: path separator->directory separator git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158029 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/basename.xml | 4 ++-- reference/filesystem/functions/dirname.xml | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/reference/filesystem/functions/basename.xml b/reference/filesystem/functions/basename.xml index b57d54129b..abedf2bcb2 100644 --- a/reference/filesystem/functions/basename.xml +++ b/reference/filesystem/functions/basename.xml @@ -1,5 +1,5 @@ - + @@ -21,7 +21,7 @@ On Windows, both slash (/) and backslash - (\) are used as path separator character. In + (\) are used as directory separator character. In other environments, it is the forward slash (/). diff --git a/reference/filesystem/functions/dirname.xml b/reference/filesystem/functions/dirname.xml index 2c8f6a56c1..c90fad359f 100644 --- a/reference/filesystem/functions/dirname.xml +++ b/reference/filesystem/functions/dirname.xml @@ -1,5 +1,5 @@ - + @@ -18,9 +18,10 @@ On Windows, both slash (/) and backslash - (\) are used as path separator character. In + (\) are used as directory separator character. In other environments, it is the forward slash - (/). + (/). + <function>dirname</function> example