Question: What function can transfer files from one directory to another?
Answer: There is no direct transfer function in PHP. But you can try to do it this way.
rename("a/ss.txt","b/ss.txt");
?>
http://www.bkjia.com/PHPjc/632390.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/632390.htmlTechArticleQ: What function can transfer files from one directory to another? Answer: There is no direct transfer function in PHP. But you can try to do it this way. ?php rename("a/ss...
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn