rename

(PHP 4, PHP 5, PHP 7)

rename������һ���ļ���Ŀ¼

˵��

rename ( string $oldname , string $newname [, resource $context ] ) : bool

���԰� oldname ������Ϊ newname��

����

oldname

Note:

���� oldname �еķ�װЭ������������ newname �е���ƥ�䡣

newname

�µ����֡�

context

Note: �� PHP 5.0.0 �������˶������ģ�Context����֧�֡��й������ģ�Context����˵���μ� Streams��

����ֵ

�ɹ�ʱ���� TRUE�� ������ʧ��ʱ���� FALSE��

������־

�汾 ˵��
5.3.1 ������ Windows �Ͽ������� rename() �ļ���
5.0.0 rename() Ҳ������ijЩ URL ��װЭ�顣�μ�֧�ֵ�Э��ͷ�װЭ�� ���б��� rename() ֧����Щ URL ��װЭ�顣
4.3.3 �����ʵ�Ȩ�޵�ʱ�� rename() �Ѿ��ܹ��ڻ��� *nix ��ϵͳ�п���̷����������ļ���Warnings may be generated if the destination filesystem doesn't permit chown() or chmod() system calls to be made on files — for example, if the destination filesystem is a FAT filesystem.

����

Example #1 rename() ����

<?php
rename
("/tmp/tmp_file.txt""/home/user/login/docs/my_file.txt");
?>

�μ�