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.