diff --git a/reference/filesystem/functions/file-exists.xml b/reference/filesystem/functions/file-exists.xml index 8e235f233b..9604d1a049 100644 --- a/reference/filesystem/functions/file-exists.xml +++ b/reference/filesystem/functions/file-exists.xml @@ -1,5 +1,5 @@ - + @@ -43,6 +43,16 @@ if (file_exists($filename)) { ¬e.clearstatcache; &tip.fopen-wrapper.stat; + + + + This function returns &false; for files inaccessible due to safe mode retrictions. However these + files still can be included if + they are located in safe_mode_include_dir. + + See also is_readable, is_writable,