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 |
What do you mean by core php?
What are computer variables?
How about integrating an iKode Newsletter Server at my independent Wordpress blog site? I just wanna visitort can subscribe my blog when they like it and I can send some interested articles or events to them regularly to establish good relationship.
What is composer used for?
What are major variables in research?
How to do single and multi line comment in php?
How we get ip address of client, previous reference page etc?
What is the difference between get and post in php?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
Explain a resource?
Explain the advantages of using PHP?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?