From b81c111d0cca51c89aa1b38d710d0444e4928d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20Schr=C3=B6der?= Date: Sun, 2 Jun 2002 19:09:28 +0000 Subject: [PATCH] Bug #13292 file_exists works with UNC names git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84460 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file-exists.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/file-exists.xml b/reference/filesystem/functions/file-exists.xml index daaba720e3..398086543a 100644 --- a/reference/filesystem/functions/file-exists.xml +++ b/reference/filesystem/functions/file-exists.xml @@ -1,5 +1,5 @@ - + @@ -25,6 +25,11 @@ The results of this function are cached. See clearstatcache for more details. + + On windows use "//computername/share/filename" or + "\\\\computername\share\filename" to check files on + network shares. +