From 6565b69698912d611a5761242eb6ea1ce8402edb Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 26 May 2008 11:30:03 +0000 Subject: [PATCH] file_exists() returns false on symlinks pointing nowhere (user note ) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260312 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file-exists.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/file-exists.xml b/reference/filesystem/functions/file-exists.xml index 56852282e1..71b3b7659a 100644 --- a/reference/filesystem/functions/file-exists.xml +++ b/reference/filesystem/functions/file-exists.xml @@ -1,5 +1,5 @@ - + file_exists @@ -44,6 +44,12 @@ Returns &true; if the file or directory specified by filename exists; &false; otherwise. + + + This function will return &false; for symlinks pointing to non-existing + files. + + This function returns &false; for files inaccessible due to