|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-12-04 10:44 UTC] paprocki at pomerantz dot com
[2002-12-04 13:12 UTC] paprocki at pomerantz dot com
[2002-12-04 17:53 UTC] sniper@php.net
[2002-12-20 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 04:00:01 2025 UTC |
if ($handle = opendir("//server/share")) { while ($file = readdir($handle)) { echo "$file<br>"; } closedir($handle); } produces: Warning: OpenDir: Invalid argument (errno 22) I have tried setting the UNC share permissions to both Everyone - Read and Everyone - Full Control and it does not matter.