Renaming Folders in PHP
Using the rename function, you can
rename folders. Let's
try:
<?php
rename('old', 'new');
?>
Let there be a folder dir in the root of your site.
Rename it to test.
Using the rename function, you can
rename folders. Let's
try:
<?php
rename('old', 'new');
?>
Let there be a folder dir in the root of your site.
Rename it to test.