File move(string $directory, string $name = null)
Moves the file to a new location.
File move(string $directory, string $name = null)
Moves the file to a new location.
string | $directory | The destination folder |
string | $name | The new file name |
File | A File object representing the new file |
FileException | if, for any reason, the file could not have been moved |
Designed by : w10schools
service@w10schools.com
Please login to continue.