Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用 PHP 从网络共享读取文件,但是如何在网络共享上创建文件和文件夹?
与本地文件相同。
$fp = fopen("\\\\server\\share\\folder\\file.txt","w");
您还必须具有创建/写入权限。