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 |
Can we override magic methods in php?
Where is session value stored?
how we can crop an image and how we can display it..
write a program to print [123] [456] [789] note : braces also need to be printed
How do we get the current session id?
Write a statement to show the joining of multiple comparisons in php?
Where can I learn php?
where to change in php.ini file for file uploading?
Tell me how can we change the maximum size of the files to be uploaded?
What's php?
What is csrf token and how will you add csrf token in ajax?
What is x+ mode in fopen() used for?