|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-09-05 11:09 UTC] stas@php.net
[2001-03-23 03:43 UTC] dbeu@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 02:00:01 2025 UTC |
Web Server : Apache 1.3.9 (win32) Reproduce : On a Windows NT box with PHP and Apache, create a page the calls the file_exists func on a known machine\share\file You will need to create a share on that machine or another. For example : if (file_exists("\\\\machine\\share\\fred.txt") { echo "Exists<BR>"; } else { echo "Does not Exist<BR>"; } The file_exists function will always return false. The function works fine with drive letter associations, but not for UNC notation on win32.