Home  >  Article  >  Backend Development  >  What function can transfer files from one directory to another_PHP tutorial

What function can transfer files from one directory to another_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:52:47892browse

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");
?>

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/632463.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