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
How to convert numbers to strings in php?
What is the use of mvc in php?
What is difference between put and post method in http?
Starting or restarting a computer is called
What are different types of Print Functions available in PHP?
Define about declare construct?
What is php crud api?
What is move_uploaded_file in php?
What is the use of strpos in php?
How to create and destroy cookies in php?
How to replace a substring in a given string?
What is difference between include and include_once in php?
Where php language is used?
What types of Data Can Be Used as Array Keys?
What percentage of websites use php?