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
Which function you can use in php to open a file for reading or writing or for both?
How to convert strings to upper or lower cases?
What is difference between session and cookies in php?
Will a comparison of an integer 12 and a string "13" work in php?
Explain scalar type declarations in php7?
Write a program using while loop?
What kind of variable is age?
What is session_register()?
Do you know what is the function func_num_args() used for?
Is nan in php?
What is difference between action hook and filter hook?
What does the unlink() function mean?
What is the output of the ucwords function in this example?
What is abstraction php?
Which function is used to strip whitespace?