|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-08-22 22:03 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 22:00:02 2025 UTC |
Description: ------------ file "D:/web/test1" exists,can`t creat a folder "D:/web/test1/" Reproduce code: --------------- <? mkdir("D:/web/test1/"); ?> Expected result: ---------------- creat a folder "D:/web/test1/"