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
armstrong number by using php while number is given by the keyboard.?
Which php mvc framework is best?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is composer phar?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
What is encapsulation in php?
What are some new features introduced in php7?
What is boolean in php?
Is it worth learning php in 2019?
/temp is a type of filesystem directory. State Whether True or False?
What is use of count() function in php?
What are the advantages of php?
Can I use php in visual studio?
What is difference between static and constant in php?
How to redirect https to http url and vice versa in .htaccess?