copy():
The PHP copy function is used to copy files.
copy($file,$copied_file);
Here,
“$file”
“copied_file”