PHP rename May 12, 2012 Pramod T P It renames a file or directory Example <?php rename(“test.txt”, “new-test.txt”); ?>