且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

用PHP编写二进制文件

更新时间:2023-12-04 14:02:28

我会尝试将文件夹的创建更改为使用

I would try changing the creation of the folder to use the recursive flag:

$flag = @mkdir($save_path . "/" . $file,0777,true);