重命名目录+文件:
<?php
rename("images","pictures");
rename("/test/file1.txt","/home/docs/my_file.txt");
?>
rename() 函数重命名文件或目录。
rename(
old,
new,
context)
Parameter | Description |
---|---|
old | Required. Specifies the file or directory to be renamed |
new | Required. Specifies the new name for the file or directory |
context | Optional. Specifies the context of the file handle. Context is a set of options that can modify the behavior of a stream |
返回值: | TRUE 成功,FALSE 失败 |
---|---|
PHP 版本: | 4.0+ |
PHP 变更日志: | PHP 5.3.1:允许在 Windows 中跨驱动器重命名文件。 PHP 5.0:可以与某些 URL 包装器一起使用。 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!