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 php applications?
How to get a total number of elements used in the array?
Who is the father or inventor of php?
What is the maximum size of a file that can be uploaded using PHP and how can we change this?
What are the file upload settings in configuration file?
How to get a total number of rows available in the table?
What are arguments in php?
Tell me is it possible to protect special characters in a query string?
What is the timeout period on session values?
Make a "dynamic drop down list" with using only PHP,HTML and MySQL..
How many types of errors in php?
Describe which programming language does php parallel to?