difference of move(), and copy() function in php?
Answers were Sorted based on User's Feedback
Answer / vishwas kumar
copy() function copy images for temp folder on server to
move other location. move() function cut images for temp
folder on server to move other location.
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / babasaheb
move is cut the any file in your folder
the file is not avilebale in that folder
and
copy means copy the file in folder but this file is avilebal
in that folder
| Is This Answer Correct ? | 1 Yes | 0 No |
Why php is used?
Is array a key php?
How to Retrieve the Session ID of the Current Session?
How can I reset an array in PHP?
4 Answers Rushmore Consultancy, TCS,
How does php and apache work?
write a program to print [123] [456] [789] note : braces also need to be printed
What is the difference between implode() and explode() in php?
Is it possible multiple inheritance in php?
What are the reasons for selecting lamp (linux, apache, mysql, PHP) instead of combination of other software programmes, servers and operating systems?
Is jquery better than javascript?
Write a hello world program using variable?
How to retrieve the original query string?