From 596a77680f6c223959816d59b473ad97ed01eca7 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Tue, 20 Sep 2005 12:09:43 +0000 Subject: [PATCH] * also works for directories git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196439 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/is-readable.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/is-readable.xml b/reference/filesystem/functions/is-readable.xml index 3239a71b8d..d7d5f4c62d 100644 --- a/reference/filesystem/functions/is-readable.xml +++ b/reference/filesystem/functions/is-readable.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,8 @@ stringfilename - Returns &true; if the filename exists and is readable. + Returns &true; if the file or directory specified by + filename exists and is readable. Keep in mind that PHP may be accessing the file as the user