From 50b52d2544192eba67b339451e460508b0eb8d5d Mon Sep 17 00:00:00 2001 From: jim winstead Date: Thu, 18 Apr 2002 21:36:40 +0000 Subject: [PATCH] is_dir: clarify how relative filenames are handled, add see also for chdir git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78693 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/is-dir.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/reference/filesystem/functions/is-dir.xml b/reference/filesystem/functions/is-dir.xml index 6748c21f68..6e44640a98 100644 --- a/reference/filesystem/functions/is-dir.xml +++ b/reference/filesystem/functions/is-dir.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,9 @@ stringfilename - Returns &true; if the filename exists and is a directory. + Returns &true; if the filename exists and is a directory. If + filename is a relative filename, it will be + checked relative to the current working directory. The results of this function are cached. See @@ -25,7 +27,7 @@ be examined must be accessible via the server's filesystem. - See also is_file and + See also chdir, is_file and is_link.