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 are the differences between require and include, include_once?
What is $_ server request_method == post?
Can I write php code in html file?
What is the purpose of the php empty function?
Why php is used with mysql?
Is the cookies are available on cross domain?
What is mysqli_real_escape_string?
What is prepare in php?
Will php die?
Can we override static method?
find highest salary
Tell me how do I check if a given variable is empty?