From dbceff8894c5eaf753e9c41e6c743119e569bf8f Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 20 Feb 2003 17:27:25 +0000 Subject: [PATCH] Use of &file.clearstatcache; and ¬e.no-remote; and mention checks if directories exist too. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117363 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../filesystem/functions/file-exists.xml | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/reference/filesystem/functions/file-exists.xml b/reference/filesystem/functions/file-exists.xml index 249c91267f..1c5be1e0ff 100644 --- a/reference/filesystem/functions/file-exists.xml +++ b/reference/filesystem/functions/file-exists.xml @@ -1,10 +1,10 @@ - + file_exists - Checks whether a file exists + Checks whether a file or directory exists Description @@ -13,18 +13,14 @@ stringfilename - Returns &true; if the file specified by + Returns &true; if the file or directory specified by filename exists; &false; otherwise. - - This function will not work on remote files; the file to - be examined must be accessible via the server's filesystem. - - - The results of this function are cached. See - clearstatcache for more details. - + + &file.clearstatcache; + + ¬e.no-remote; + Using Windows shares