It renames a file or directory
Example
<?php
rename(“test.txt”, “new-test.txt”);
?>
Switch to our mobile site