How to copy a file from one directory to another using PHP?

后端 未结 8 925
暗喜
暗喜 2020-11-28 06:38

Say I\'ve got a file test.php in foo directory as well as bar. How can I replace bar/test.php with foo/test.php

8条回答
  •  心在旅途
    2020-11-28 07:12

    Best way to copy all files from one folder to another using PHP

    Copy files completed!"; //output when done
    ?>
    

提交回复
热议问题