From bc46e3c5ec784374bcaf44a3a89172cb7f56f6b5 Mon Sep 17 00:00:00 2001 From: Victor Boivie Date: Mon, 3 Mar 2003 11:49:39 +0000 Subject: [PATCH] Removed single quotes from pathnames (bug #22399) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118768 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 26f38d83f4..23fb452c0b 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.