From f4ea5b761fcc378dab3f19127891f3e11346046b Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Sun, 11 Aug 2002 10:49:51 +0000 Subject: [PATCH] is_file() doesn't work on remote files - #18846 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91509 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/is-file.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/is-file.xml b/reference/filesystem/functions/is-file.xml index 4b868d4357..0d80d36216 100644 --- a/reference/filesystem/functions/is-file.xml +++ b/reference/filesystem/functions/is-file.xml @@ -1,5 +1,5 @@ - + @@ -19,6 +19,11 @@ The results of this function are cached. See clearstatcache for more details. + + This function will not work on remote files; the file to + be examined must be accessible via the server's filesystem. + See also is_dir and is_link.