[PHP-DOC] #22399 [Com]: file_exists : example given of shared path format is obviously defective From: php at mijav dot dk (phpdoc <email protected>)
Date: 02/24/03

 ID: 22399
 Comment by: php at mijav dot dk
 Reported By: alan at frostick dot com
 Status: Open
 Bug Type: Documentation problem
 Operating System: WIN32
 PHP Version: 4.3.1
 New Comment:

I partially agree. I agree that it's incorrect. But the correct way
should be '\\computername\share\filename' in plings, or
"\\\\computername\\share\\filename" in quotes, as you said.
I don't think the manual should read \\\\ (escaped backslashes) unless
it is writtenly-quoted, to avoid misunderstanding.

Previous Comments:
------------------------------------------------------------------------

[2003-02-24 12:42:53] alan at frostick dot com

Manual\function.file-exists.html
Error in manual page?

"On windows, use //computername/share/filename or
\\\\computername\share\filename"

Obviously wrong - shouldn't that read:

"On windows, use //computername/share/filename or
\\\\computername\\share\\filename"

------------------------------------------------------------------------

-- 
Edit this bug report at http://bugs.php.net/?id=22399&edit=1

-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php