What is the difference between using copy() and move()
function in PHP file uploading?
Answer Posted / sarah crewe
copying a file means making a duplicate copy of the file,
moving a file means to drag a file from one place to another. it will have the same effect like cut and paste.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is PHP's configuration file called?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What are differences between PECL and PEAR?
What does the arrow mean in php?
Explain the different types of errors in php.
How many types of inheritances used in php and how we achieve it.
How is the ternary conditional operator used in php?
Does cors prevent csrf?
Is php better than java?
What is the difference server side and browser side validation?
What is $row in php?
What is the use of strpos in php?
What is difference between rest api and restful api?
How you can update memcached when you make changes to php?
What is call by reference in php?