Home > Backend Development > PHP Tutorial > PHP移动文件位置的例子

PHP移动文件位置的例子

WBOY
Release: 2016-06-13 13:48:32
Original
1179 people have browsed it

求一个PHP移动文件位置的例子
求一个PHP文件移动的例子,比如a.zip从a文件夹移到b文件夹

------解决方案--------------------
rename('a/a.zip', 'b/a.zip');

Related labels:
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