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");
作成/書き込みの権限も必要です。