From 1216a983d3a6f9f1549971d9563fab6b19595c4a Mon Sep 17 00:00:00 2001 From: Victor Boivie Date: Sun, 2 Mar 2003 10:44:58 +0000 Subject: [PATCH] Fix for bug #22399 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118627 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file-exists.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/filesystem/functions/file-exists.xml b/reference/filesystem/functions/file-exists.xml index d06bcfad4b..26f38d83f4 100644 --- a/reference/filesystem/functions/file-exists.xml +++ b/reference/filesystem/functions/file-exists.xml @@ -1,5 +1,5 @@ - + @@ -19,8 +19,8 @@ Using Windows shares - On windows, use //computername/share/filename or - \\\\computername\share\filename to check files on + On windows, use '//computername/share/filename' or + '\\computername\share\filename' to check files on network shares.