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を使用して、txtファイルを別のtxtファイルにコピーしようとしています:
<?php echo copy("pos.txt","positions.txt"); ?>
しかし、私はエラーが発生します:
ストリームを開くことができませんでした: 2 行目の E:\Users\user\copy.php で許可が拒否されました
私が行ったように、正しいコンテキストパラメーターを渡せばfwriteうまくいくと思いますが、phpに関する知識は限られています。
fwrite