What is the difference between using copy() and move()
function in PHP file uploading?
Answer Posted / vishwanath
copy the particular file source to target
for Example A directory have qw.txt copy to B directory
after the copy the A directory have qw.txt and B directory
have qw.txt
In move the A directoru does'n have qw.txt
| Is This Answer Correct ? | 19 Yes | 22 No |
Post New Answer View All Answers
How many types of php frameworks are there?
Where can I learn php?
What is php routing?
Can you give example for trait in php?
What are traits?
How error handling is being handled by php?
Explain PHP?
What is the correct php command to use to catch any error messages within the code?
How to support multiple-page forms?
What is the best php framework 2018?
What is put method in php?
What is foreach loop in php?
What are super global variables in php?
What is laravel php?
Does php need to be installed?