Blogger Information
Blog 250
fans 3
comment 0
visits 321566
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
文件函数:rename()
梁凯达的博客
Original
743 people have browsed it

实例

<?php
	//rename()
	//函数用于给文件进行重命名
	//参数:rename([老文件名:路径],[新文件名:路径])
	@rename('./wangru','./lili');
	@rename('./lili','./wangru');



	//copy 复制函数
	//两个参数
	//1.要复制的路径(不能是目录)
	//2.复制到什么地方的路径

	copy('./wangru','../1225lkd/wangru');

运行实例 »

点击 "运行实例" 按钮查看在线实例

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post