Home > Backend Development > PHP Tutorial > 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
Release: 2016-07-13 10:52:47
Original
926 people have browsed it

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...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template